native
json_free
Syntax
native bool:json_free(&JSON:handle);
Description
Frees handle.
Parameters
| handle | JSON handle to be freed |
|---|
Return
True if succeed, false otherwise
Error
If passed handle is not a valid handle
native
native bool:json_free(&JSON:handle);
Frees handle.
| handle | JSON handle to be freed |
|---|
True if succeed, false otherwise
If passed handle is not a valid handle