Parses a Hjson value and feeds the parsed tokens into given consumer. This allows for parsing into representations other than std.json.JSONValue.
string containing the Hjson.
Object responsible for processing the parsed tokens.
HjsonException when passed invalid Hjson.
See Implementation
Parses a Hjson value and feeds the parsed tokens into given consumer. This allows for parsing into representations other than std.json.JSONValue.