json_deep_copy
- Синтаксис
-
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