minijs¶
Provides a specialized encoding of Minilang values to and from JSON with support for complex or cyclic data structures.
null↔niltrue↔truefalse↔falseinteger ↔
integerreal ↔
realstring ↔
string[type, ...]↔ other
meth minijs::decode(Json: any): any | errorTBD
meth minijs::decode(Json: any, Externals: external::set): any | errorTBD
meth minijs::encode(Value: any): anyTBD
meth minijs::encode(Value: any, Externals: external::set): anyTBD
type minijsTBD
fun minijs(Value: any): minijsTBD
meth (Arg₁: minijs):valueTBD