Function

Json-1.0Jsongobject_serializeSince 0.10

  • Creates a JSON tree representing the passed object instance.

    Each member of the returned JSON object will map to a property of the object type.

    The returned JSON tree will be returned as a Json.Node with a type of JSON_NODE_OBJECT.

    Parameters

    Returns Json.Node

    the newly created JSON tree

    0.10