ezjson_get_parent

Syntax

native EzJSON:ezjson_get_parent(const EzJSON:value);

Usage

Parameter Description
value
EzJSON handle

Description

Gets value's parent handle.

Note

Parent's handle needs to be freed using ezjson_free() native.

Return

Parent's handle