parseHjson

Parses a Hjson value into a JSONValue object.

  1. JSONValue parseHjson(string hjson)
    JSONValue
    parseHjson
    (
    string hjson
    )
  2. void parseHjson(string hjson, Consumer consumer)

Parameters

hjson string

string containing the Hjson.

Return Value

Type: JSONValue

Parsed JSONValue.

Throws

HjsonException when passed invalid Hjson.

Meta