string being parsed. May contain leading whitespace. The beginning of the string until the end of the parsed Hjson value is consumed.
How many dchars were popped from the front of hjson since last line feed. Will be updated by the function. Needed to properly parse multiline strings.
Object responsible for processing the parsed tokens.
HjsonException if hjson starts with an invalid Hjson value. Invalid Hjson past the first valid value is not detected.
Parses a single Hjson value (object, array, string, number, bool or null).