json_free
- Синтаксис
-
native bool:json_free(&JSON:handle);
Переменная | Описание |
---|---|
handle |
JSON handle to be freed |
- Описание
- Frees handle.
- Возвращает
- True if succeed, false otherwise
native bool:json_free(&JSON:handle);
Переменная | Описание |
---|---|
handle |
JSON handle to be freed |