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
native
native JSON:json_get_parent(const JSON:value);
Gets value's parent handle.
| value | JSON handle |
|---|
Parent's handle needs to be freed using json_free() native.
Parent's handle