json_get_type
Syntax
native JSONType:json_get_type(const JSON:value);
Usage
| Parameter | Description |
|---|---|
| value | JSON handle |
Description
Gets JSON type of passed value.
Return
JSON type (JSONType constants)
Error
If a value handle is invalid
native JSONType:json_get_type(const JSON:value);
| Parameter | Description |
|---|---|
| value | JSON handle |
Gets JSON type of passed value.
JSON type (JSONType constants)
If a value handle is invalid