json_init_bool
- Синтаксис
-
native JSON:json_init_bool(bool:value);
Переменная | Описание |
---|---|
value |
Boolean value that the handle will be initialized with |
- Описание
- Inits a boolean value.
- Пометка
-
Needs to be freed using json_free() native.
- Возвращает
- JSON handle, Invalid_JSON if error occurred