jsoniopipe 0.2.7

JSON and JSON5 parser for iopipe


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

JSON parsing/serialization library for iopipe

This library allows parsing/serializing JSON using the iopipe library. At the moment, the library itself is quite functional, but the documentation is sorely lacking (for now).

Look in the parser module for raw data parsing. Everything else is built on top of this.

The dom module contains JSONValue, which is a JSON specific object for containing a JSON tree's data. It also has functions to convert a JSON stream to JSONValue items.

The serialize module contains functions to serialize and deserialize custom types to and from a text iopipe in JSON format.

Look for the documentation to be filled out in the near future, and some more functionality to be added as needed.

JSON5 support

The library now supports JSON5 parsing and deserialization! If you want to read more about JSON5, it is here: https://json5.org/

Quick differences:

  • comments are allowed
  • hex numbers
  • no need to quote member names
  • single-quote strings are allowed
  • trailing commas are allowed
Authors:
  • Steven Schveighoffer
Sub packages:
jsoniopipe:formatjson
Dependencies:
iopipe
Versions:
0.2.7 2023-Oct-16
0.2.6 2023-Oct-02
0.2.5 2023-Oct-01
0.2.4 2023-Oct-01
0.2.3 2023-Sep-29
Show all 15 versions
Download Stats:
  • 1 downloads today

  • 8 downloads this week

  • 55 downloads this month

  • 689 downloads total

Score:
0.7
Short URL:
jsoniopipe.dub.pm