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() { ...
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,},]}/>);}} ...
React JSON Viewer组件,从redux-devtools提取。支持iterable对象,例如不可变.js.Usageimport JSONTree from 'react-json-tree' // If you're using Immutable.js: `npm i --save immutable` import { Map } from 'immutable' // Inside a React component: const json = { array: [1, 2, 3], bool: ...
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 React chrome谷歌浏览器插件_扩展截图 下一张 JSON Viewer React chrome谷歌浏览器插件_扩展截图 简介: 使用ReactJS 构建的 JSON 查看器。悬停时查看完整的 JSON 路径、复制完整路径或路径值,以及切换所有对象的折叠。 使用ReactJS 构建的 JSON 查看器。悬停时查看完整的 JSON 路径、复制完整...
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: 2 years ago. Start using json-tree-viewer-react in your project by running `npm i json-tree-viewer-reac
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' ...
@textea/json-viewer @textea/json-viewer is a React component for displaying and editing JavaScript/TypeScript arrays and JSON objects. This component provides a responsive interface for displaying arrays or JSON in a web browser. Usage # npm npm install @textea/json-viewer # yarn yarn add @...
5SSS/react-json-viewerPublic NotificationsYou must be signed in to change notification settings Fork3 Star3 Automate your workflow from idea to production GitHub Actions makes it easy to automate all your software workflows, now with world-class CI/CD. Build, test, and deploy your code right fr...
JSON viewer for React. Contribute to vitaly-z/react-json-view-2 development by creating an account on GitHub.