react json tree:React JSON查看器组件从redux devtools中提取 源码
该软件包已合并到。 请参考该存储库以获取最新更新,问题和请求请求。 react-json-tree React JSON Viewer组件,从提取。 支持对象,例如 。 用法 import 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 :
用户评论