json_get_bool
Syntax
native bool:json_get_bool(const JSON:value);
Usage
| Parameter | Description |
|---|---|
| value | JSON handle |
Description
Gets a boolean value.
Return
Boolean value
Error
If passed value is not a valid handle
native bool:json_get_bool(const JSON:value);
| Parameter | Description |
|---|---|
| value | JSON handle |
Gets a boolean value.
Boolean value
If passed value is not a valid handle