React JSON View Component
npm install json-view-react


React JSON View Component
``jsx
const json = {
a: 1,
b: 2,
c: [
d: 3,
e: {
f: 4,
g: '5'
}
]
};
``