Enumeration
judo_type
JSON value type.
Since v1.0
enum judo_type {
...
}
Constants 🔗
JUDO_TYPE_NULL | Null type. |
JUDO_TYPE_BOOL | Boolean type. |
JUDO_TYPE_NUMBER | Number type. |
JUDO_TYPE_STRING | String type. |
JUDO_TYPE_ARRAY | Array type. |
JUDO_TYPE_OBJECT | Object type. |
Discussion 🔗
The type of a JSON value can be queried with the judo_gettype function.