nmeylan / json-table-editor

A tool to view JSON array as table, to ease visualisation and edition of large json array with performance as main objective
https://jsontable.app
Apache License 2.0
15 stars 3 forks source link

Object table: add new entry #31

Open nmeylan opened 2 months ago

nmeylan commented 2 months ago

Not sure it is a good idea, because it would mean to handle complex like this:

Add new entry: /a/b/c/d/0/a1/0/b, we have to create all nested elements

Unless we limit to a new sibling entry only and not nested entries