react-json-view
利用react-json-view最JSON数据进行渲染
##1.安装 ```js npm install --save react-json-view ``` ##2.使用 ```js import ReactJson from "react-json-view"; const A = () => { let src = { "content-lengt ......
【React】react-json-view用法
react-json-view: 前端json可视化插件 安装: npm install --save react-json-view 使用: import ReactJson from 'react-json-view' <ReactJson/> 配置: <ReactJson collapsed= ......