DEV Community

James Robinson
James Robinson

Posted on

Writing and Reading JSON data in React.js

I've used jsoneditor-react and react-json-editor-ajrm to have users copy and paste in json data onto the webpage. I then want to be able to read the json data and display certain items from it. The 2 solutions I tried don't work well with large amounts of data (~4000 lines), does anyone have any ideas?

Thanks

Top comments (0)