JSONParser
Hierarchy
-
↳
JSONParser
Table of contents
Constructors
Properties
Constructors
constructor
new JSONParser(data, opts?)
Parse JSON data and filter by optional object_key
Parameters
| Name | Type | Description |
|---|---|---|
data | any | Input data, must be formattable to JSON |
opts? | Object | Use object_key to filter by single key |
opts.object_key? | string | - |
Overrides
Properties
output
Readonly output: KeyValue