📚 Reference
🔖 Index
# npm
npm i react-json-view
# yarn
yarn add react-json-view
const ReactJson = dynamic(import('react-json-view'), { ssr: false });
return (
<ReactJson src={rawData} theme="isotope" displayDataTypes={false} collapsed={2} />
)