0.2.0 • Published 9 years ago

react-nested-json-table v0.2.0

Weekly downloads
11
License
MIT
Repository
github
Last release
9 years ago

react-nested-json-table

A simple React component that renders any deeply nested json into a collapsible table

#####Install

npm install react-nested-json-table

#####Turn this deeply nested json:

[
  { "foo": 'bar' }, 
  { 
    "nested": { "nested-arr": [
      { "simple": "object" }, 
      { "another-simple": "object" }, 
      { "arr": ["1", 2, { "variant": "3" }] } ] } 
  }, 
  { 
    "attr0": 6789, 
    "attr1": [{"key-0": "foo", "key-1": "bar"}], 
    "attr2": ["mem-0", "mem-1"]
  }
]

#####Into this: react-nested-json-table

0.2.0

9 years ago

0.1.9

10 years ago

0.1.8

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago