native
ezjson_deep_copy
Syntax
native EzJSON:ezjson_deep_copy(const EzJSON:value);
Description
Creates deep copy of passed value.
Parameters
| value | EzJSON handle to be copied |
|---|
Note
Needs to be freed using ezjson_free() native.
Return
EzJSON handle, EzInvalid_JSON if error occurred
Error
If passed value is not a valid handle