Skip to content

mike-robertson/react-json-dom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##json-tree

A simple component which you can use to show what json looks like.

Demo screenshot

import JsonTree from 'react-json-dom';

let testObj = {
  arg1: 'val1',
  arg2: {
    arg21: {
      arg211: 'val211'
    },
    arg22: 'val22'
  },
  arg3: 3
}

<JsonTree jsonObject={testObj} />

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published