The inspector currently shows hash table keys in the implementation's internal order. With the attached patch, if the keys are all strings/symbols, or all numbers, they are shown in sorted order. That makes it easier to analyze the entries.
- Willem