import { JsonEditor } from 'json-edit-react' // In your React component: return <JsonEditor data={ jsonData } setData={ setJsonData } // optional { ...otherProps } />Usage(for end user)It's pretty self explanatory (click the "edit" icon to edit, etc.), but there are a few ...
Actions: CarlosNZ/json-edit-react Caches Deployments Attestations All workflows Showing runs from all workflows 81 workflow runs pages build and deployment pages-build-deployment#90:byCarlosNZ September 30, 2024 08:3742s pages build and deployment...
A tiny component for React allowing to render JSON as a tree. It focused on the balance between performance for large JSON inputs and functionality. It might not have all the rich features (suce as customization, copy, json editinng) but still provides more than just rendering json with hi...
$ npm install react-jsoneditor Example importJsonEditfrom'react-jsoneditor'functionchangeVal(val){console.log(val,"---changeVal---")}constjson={"array1":["aaaaaaaaaaaaaaaaa",1,{a:1}],"array2":[],"boolean":true,"null1":null,"null2":"","null3":0,"number":1234,"object1":...
React component for editing/viewing JSON/object data - pages build and deployment · CarlosNZ/json-edit-react@86c32f3
Artifacts 1 pages-build-deployment on: dynamic build 18s report-build-status 3s deploy 8s https://carlosnz.github.io/json-edit-react/ Oh hello! Nice to see you. Made with ️ by humans.txt Artifacts Produced during runtime NameSize github-pages Expired 2.77 MB ...
import { JsonEditor } from 'json-edit-react' // In your React component: return <JsonEditor data={ jsonData } setData={ setJsonData } // optional { ...otherProps } />Usage(for end user)It's pretty self explanatory (click the "edit" icon to edit, etc.), but there are a few ...
Actions: CarlosNZ/json-edit-react Actions All workflows pages-build-deployment Management Caches Deployments Attestations All workflows Showing runs from all workflows 62 workflow runs Event Status Branch Actor pages build and deployment pages-build-deployment #37: by CarlosNZ March...
import { JsonEditor } from 'json-edit-react' // In your React component: return ( <JsonEditor data={ jsonData } setData={ setJsonData } // optional { ...otherProps } /> ); Usage (for end user) It's pretty self explanatory (click the "edit" icon to edit, etc.), but there ...