License: AGPL-3.0
Node | Description |
---|---|
0-example | No description |
boolean-value | Extracts a boolean from a JSON stream |
key | Extracts a value from an object in a JSON stream |
nth | Extracts element with a given index from an array in a JSON stream |
number-value | Extracts a number from a JSON stream |
parse-json | Parses a stream of characters that represent a JSON document. |
string-value | Extracts a string from a JSON stream |
to-json | No description |
to-json(boolean) | Formats a boolean as a string. |
to-json(port) | No description |
to-json(byte) | Formats byte as a string in a decimal representation. |
to-json(string) | Enquotes a string to be a valid JSON string litral. If the string contains quotes it should be escaped first. |
to-json(number) | Formats a number as a string with four digits after the dot. |