AykutSarac / jsoncrack.com

✨ Innovative and open-source visualization application that transforms various data formats, such as JSON, YAML, XML, CSV and more, into interactive graphs.
https://jsoncrack.com/
Other
33.44k stars 2.14k forks source link

FEATURE REQUEST: Support for modified node contents in Json TREE #276

Closed 66Kevin closed 1 year ago

66Kevin commented 1 year ago

Feature

Hi. Thanks for your amazing work! I have some advice for your feature update. Is it possible to support modifying the contents of nodes in the right json tree and can be updated to the left json file? It is convenient for modifying contents of nodes under the visualization mode,

Best wishes, Yueyi Wang

Alternative solutions or implementations

No response

Other context

No response

ahmetilhn commented 1 year ago

I tried to add this feature for about 4 hours. But I couldn't do it because there is no backward (to JSON) conversion from NodeData inside. It needs to be developed in the "reaflow" package for it to be done. @66Kevin

AykutSarac commented 1 year ago

This has been added now.