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