iopipe.json.dom

Mechanism to parse JSON data into a JSON object tree. Some aspects borrowed from std.json.

Public Imports

iopipe.json.common
public import iopipe.json.common;
Undocumented in source.

Members

Enums

JSONType
enum JSONType
Undocumented in source.

Functions

parseJSON
auto parseJSON(Tokenizer tokenizer, ReleasePolicy relPol)
Undocumented in source. Be warned that the author may not have intended to support it.
parseJSON
auto parseJSON(Tokenizer tokenizer, ReleasePolicy relPol)
Undocumented in source. Be warned that the author may not have intended to support it.
parseJSON
auto parseJSON(Chain chain)
Undocumented in source. Be warned that the author may not have intended to support it.
parseJSON
auto parseJSON(Chain chain)
Undocumented in source. Be warned that the author may not have intended to support it.
printTree
void printTree(JT item)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

JSONValue
struct JSONValue(SType)
Undocumented in source.

Meta