RicoSuter / VisualJsonEditor

A JSON schema based file editor for Windows.
http://visualjsoneditor.org
MIT License
349 stars 87 forks source link

Editor-added elements at depth 3 are not accessible #2

Closed mwweissmann closed 8 years ago

mwweissmann commented 8 years ago

When creating elements at depth 3 with VJE, those elements are always of value "{}" and cannot be edited. Attached is a minimal example for observing this error (you can add elements to the "int list", but not change the value of those elements). When the "int list"-elements are in the JSON-file already when loading it with VJE, their values show and can be edited as expected; they are also preserved when saving.

minimal_error.json.txt

RicoSuter commented 8 years ago

Fixed in v1.3, https://github.com/rsuter/VisualJsonEditor/commit/b75ab00d111ffa4bf595f9a85230c9f94a3b8a74