native JSON:json_deep_copy(const JSON:value);
value | JSON handle to be copied |
Creates deep copy of passed value.
Needs to be freed using json_free() native.
JSON handle, Invalid_JSON if error occurred
If passed value is not a valid handle
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.