ezjson_deep_copy

Syntax

native EzJSON:ezjson_deep_copy(const EzJSON:value);

Usage

Parameter Description
value
EzJSON handle to be copied

Description

Creates deep copy of passed value.

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