json_get_parent
Syntax
native JSON:json_get_parent(const JSON:value);
Usage
| Parameter | Description |
|---|---|
| value | JSON handle |
Description
Gets value's parent handle.
Note
Parent's handle needs to be freed using json_free() native.
Return
Parent's handle
native JSON:json_get_parent(const JSON:value);
| Parameter | Description |
|---|---|
| value | JSON handle |
Gets value's parent handle.
Parent's handle needs to be freed using json_free() native.
Parent's handle