grip_json_deep_copy
Creates deep copy of passed value.
Syntax
native GripJSONValue:grip_json_deep_copy(const GripJSONValue:value)
Usage
| value | JSON handle to be copied |
Return
JSON — handle, Invalid_GripJSONValue if error occurred
Notes
Needs to be destroyed using grip_destroy_json_value() native.
Errors
If passed value is not a valid handle
Defined in
grip.inc
at line 502
.
This documentation was automatically generated from source.