Signature
native JSON:json_get_parent(const JSON:value);
Description
Gets value's parent handle.
Notes
- Parent's handle needs to be freed using json_free() native.
Parameters
- value — JSON handle
Returns
Parent's handle