» npm install json-edit-react
Which JSON Viewer Component do you recommend since react-json-view no one maintains it anymore.
JSON Viewer with Editor
Json (grid / table) editor
How would you create a JSON editor with autocomplete?
You want something like this:
https://www.npmjs.com/package/vscode-json-languageserver/v/1.3.1
Or some other language server for json. That project looks a bit stale but then again json and json-schema don't change much
More on reddit.comVideos
» npm install react-json-editor
» npm install jsoneditor-react
» npm install react-json-editor-ajrm
https://www.npmjs.com/package/react-json-view?activeTab=versions
It was last updated 3 years ago.
I am looking for a popular alternative to that.
Thanks.
I'm looking for feedback on react-json-view
it's a production-ready component for displaying and interacting with JSON objects.
Here's the Component Demo
features include:
base-16 themes
add/edit/delete nodes
clipboard enabled
clickable collapse/expand
I see this component being useful for any technical docs that allude to JSON data structures.
what would you use it for?
what features would you like to see added?
is there any reason this wouldn't be your go-to JSON and array viewer?
thank you for feedback!