You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently at /src/juicy-jsoneditor.html#L41 I need to iterate over json's properties to replace/remove them with ones from JSONEditor.
First of all it replaces entire objects, so it will break any binding to nested nodes, it triggers update on all root nodes even if they were not changed.
All that ugly hacking would not be necessary if JSONEditor's change callback could provide actual changes. (josdejong/jsoneditor#102)
The text was updated successfully, but these errors were encountered:
Currently at /src/juicy-jsoneditor.html#L41 I need to iterate over json's properties to replace/remove them with ones from
JSONEditor
.First of all it replaces entire objects, so it will break any binding to nested nodes, it triggers update on all root nodes even if they were not changed.
All that ugly hacking would not be necessary if
JSONEditor
'schange
callback could provide actual changes. (josdejong/jsoneditor#102)The text was updated successfully, but these errors were encountered: