class

Cosmo::Intrinsic::JSONLib::Serialize

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

Stringify a Cosmo value into a JSON string

Instance methods

arity

The amount of parameters this function will accept

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

Executes the function body, passing in args

Source