DavidDurman / FlexiJsonEditor

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

Path bug when an array is being edited #17

Open balibell opened 10 years ago

balibell commented 10 years ago

If the initial object is an Array , there will be a bug when the first element is being edited, the path value which is supposed to be like this "0.number" would be like this "0number" ^^