parseHjsonToAsdf

Parses a Hjson value into ASDF representation.

Asdf
parseHjsonToAsdf
(
string hjson
)

Parameters

hjson string

string containing the Hjson.

Return Value

Type: Asdf

ASDF containing the parsed Hjson value.

Throws

HjsonException when passed invalid Hjson.

Meta