DavidDurman / FlexiJsonEditor

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

Removing items from Array #28

Open lee-nk opened 9 years ago

lee-nk commented 9 years ago

When removing an item from an array (by deleting the key), the ui updates visually and looks as if the item is removed. However, in the data the array contains a hidden null entry, eg: [1, 2, 3, null]

vamshikrishnab commented 5 years ago

@DavidDurman I have fixed this issue and raised a PR https://github.com/DavidDurman/FlexiJsonEditor/pull/32. Please review.