hjson.asdf

Undocumented in source.

Members

Functions

hjsonToJson
string hjsonToJson(string hjson)

Converts a single Hjson value directly into JSON.

parseHjsonToAsdf
Asdf parseHjsonToAsdf(string hjson)

Parses a Hjson value into ASDF representation.

Imports

Asdf (from asdf.asdf)
public import asdf.asdf : Asdf;
Undocumented in source.

Meta