Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 240 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 240 Bytes

json-reflect is a simple lib to help you process your JSON objects by showing you the structure.

You can simply use

const jsonref = require( 'json-reflect' );
console.log( jsonref.findStructure( jsonObj ) );