DavidDurman / FlexiJsonEditor

JSON editor jQuery plugin
http://jsonmate.com
Other
560 stars 139 forks source link

Compact arrays when manipulating indexes #7

Open DavidDurman opened 13 years ago

DavidDurman commented 13 years ago

If an index of an array is changed to a big number, the array is filled with null values. When the same index is then changed back, the array still contains a lot of null values. It would make more sense if the array was compacted.