native

json_get_parent

Syntax

native JSON:json_get_parent(const JSON:value);

Description

Gets value's parent handle.

Parameters

value JSON handle

Note

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

Return

Parent's handle