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