| enum P6R::P6JSON_TYPE |
Used to indicate the type of a JSON expression being returned to a JSON content handler (see p6jsoncontenthander.h).
| Enumerator | |
|---|---|
| P6JSON_TYPE_NULL | |
| P6JSON_TYPE_STR | |
| P6JSON_TYPE_STRPART | |
| P6JSON_TYPE_STREND | |
| P6JSON_TYPE_BOOL | |
| P6JSON_TYPE_INTEGER | |
| P6JSON_TYPE_REAL | |
Definition at line 45 of file p6jsontypes.h.