react-json-view icon indicating copy to clipboard operation
react-json-view copied to clipboard

Editable JSON

Open Djboy08 opened this issue 1 year ago • 10 comments

Does this library not support editable json?

My use case is I want the end-user to be able to edit the JSON and save it later but the only thing I could see is "contentEditable". But this realistically is not what I want since that gives too much control and allows them to basically just type text.

Djboy08 avatar Nov 14 '23 22:11 Djboy08