class

Cosmo::Intrinsic::JSONLib::Deserialize

Inherits Cosmo::Intrinsic::IFunction / Cosmo::Callable / Reference / Object

Parses a raw JSON input into a Cosmo value

Instance methods

arity

The amount of parameters this function will accept

Source
call(args : Array(ValueType)) : ValueType

Executes the function body, passing in args

Source