react17.0.2 react-dom17.0.2 tailwindcss1.9.6 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 importReactfrom'react'; import'./style.css'; importJSONViewerfrom'./Components/JSONViewer'; importFooterfrom'./Components/Footer'; exportdefaultfunctionApp() { return( <divclassName="flex flex-col h-screen justify-between"> <JSONViewer/> <Footer/> </div> ); } Cons...
npm install --save react-json-viewer Usage importReact,{Component}from'react';importJSONViewerfrom'react-json-viewer';classExampleextendsComponent{render(){return(<JSONViewerjson={[{task:'Learn React',done:true,},{task:'Write Book',done:false,},]}/>);}} ...
JSON viewer for react. Contribute to YanYuanFE/react-json-viewer development by creating an account on GitHub.
JSON Viewer React 1.0.2 版本号 2023-03-05 更新时间 3 下载量 点击下载离线安装教程谷歌商店 介绍 使用ReactJS 构建的 JSON 查看器。悬停时查看完整的 JSON 路径、复制完整路径或路径值,以及切换所有对象的折叠。 使用ReactJS 构建的 JSON 查看器。悬停时查看完整的 JSON 路径、复制完整路径或路径值,以及切换...
A ReactJS component used to render an editable JSON tree structure with ease. Features: Json Viewer Collapse node possibility via function Add new node value Remove node value Update node value Implicit convert of new value ({} for object, [] for array, true for boolean, …) ...
JSON viewer for react. Contribute to lecepin/react-json-view development by creating an account on GitHub.
json-tree-viewer-react is A react component that displays json data in the form of a tree upto infinite levels. Latest version: 1.0.1, last published: 3 years ago. Start using json-tree-viewer-react in your project by running `npm i json-tree-viewer-reac
@textea/json-vieweris a React component for displaying and editing JavaScript/TypeScriptarraysandJSON objects. This component provides a responsive interface for displaying arrays or JSON in a web browser. Usage #npmnpm install @textea/json-viewer#yarnyarn add @textea/json-viewer#pnpmpnpm add @...
React JSON Viewer Component, Extracted from redux-devtools. Supports iterable objects, such as Immutable.js. Usage import JSONTree from 'react-json-tree' // If you're using Immutable.js: `npm i --save immutable` import { Map } from 'immutable' ...
React json view plugin, supports expansion and hiding.use react hooks.Live Demo:(https://codesandbox.io/s/relaxed-bash-ozo6c?file=/src/App.js) - Actions · 5SSS/react-json-viewer