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