@jsonhero/parser
Advanced tools
+1
-0
| import { ParsedObject } from './structure'; | ||
| export declare function parse(object: any): ParsedObject; | ||
| export { ParsedObject } from './structure'; |
+1
-1
| { | ||
| "name": "@jsonhero/parser", | ||
| "version": "1.0.4", | ||
| "version": "1.0.5", | ||
| "description": "A parser that walks through a JSON file and for each value determines the path to it, the type and paths to any children. It also builds a model of the structure of the data.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
14053
0.31%164
0.61%