Bundle JSON parsing and building library. JsonParser reads JSON strings into a JsonElement tree; JsonBuilder constructs JSON documents using a stack-based API. Compile with -lib json.
JsonElement->JsonType
JSON element type
Items
- STRING
- NUMBER
- TRUE
- FALSE
- NULL
- ARRAY
- OBJECT
- OTHER