Signature
native JSON:json_deep_copy(const JSON:value);
Description
Creates deep copy of passed value.
Notes
- Needs to be freed using json_free() native.
Parameters
- value — JSON handle to be copied
Returns
JSON handle, Invalid_JSON if error occurred
Errors
- If passed value is not a valid handle