react-native-json-tree 基于React Native JSON Viewer组件。 支持对象,例如 。 用法 import JSONTree from ' react-native-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 : true , object