minijs¶
Provides a specialized encoding of Minilang values to and from JSON with support for complex or cyclic data structures.
null
↔nil
true
↔true
false
↔false
integer ↔
integer
real ↔
real
string ↔
string
[type, ...]
↔ other
meth minijs::decode(Json: any): any | error
TBD
meth minijs::decode(Json: any, Externals: external::set): any | error
TBD
meth minijs::encode(Value: any): any
TBD
meth minijs::encode(Value: any, Externals: external::set): any
TBD
type minijs
TBD
fun minijs(Value: any): minijs
TBD
meth (Arg₁: minijs):value
TBD