minijs

Provides a specialized encoding of Minilang values to and from JSON with support for complex or cyclic data structures.

  • nullnil

  • truetrue

  • falsefalse

  • integerinteger

  • realreal

  • stringstring

  • [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