@jsonhero/parser
Advanced tools
+2
-0
@@ -0,3 +1,5 @@ | ||
| import { JSONValueType } from '@jsonhero/json-infer-types'; | ||
| import { ParsedObject } from './structure'; | ||
| export declare function parse(object: any): ParsedObject; | ||
| export { ParsedObject } from './structure'; | ||
| export { JSONValueType }; |
+2
-2
| { | ||
| "name": "@jsonhero/parser", | ||
| "version": "1.0.5", | ||
| "version": "1.0.6", | ||
| "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.", | ||
@@ -50,5 +50,5 @@ "main": "lib/index.js", | ||
| "dependencies": { | ||
| "@jsonhero/json-infer-types": "^1.0.1", | ||
| "@jsonhero/json-infer-types": "^1.0.2", | ||
| "@jsonhero/path": "^1.0.6" | ||
| } | ||
| } |
14139
0.61%166
1.22%