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