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

Consider accepting string formatted in JSON instead of JavaScript object for src

Open renamartins opened this issue 10 months ago • 1 comments

Consider also accepting a string in JSON format instead of one having to JSON.parse(theJsonString) beforehand.

renamartins avatar Apr 02 '24 16:04 renamartins

@renamartins hey i used the lib but it have the issue the issue is when i send the data in string and when i parse it before sending source that is by JSON.parse then the collapsing functionallty is not working ??

Karanpal97 avatar Apr 25 '24 09:04 Karanpal97