#include <p6jsontypes.h>
Public Attributes | |
| P6BOOL | boolean |
| P6INT32 | integer |
| P6JSONSTRING | jstring |
| P6FLOAT | real |
| P6JSON_TYPE | type |
The 'jstring' field is set for: { P6JSON_TYPE_STR, P6JSON_TYPE_STRPART, P6JSON_TYPE_STREND, P6JSON_TYPE_INTEGER, P6JSON_TYPE_REAL } jstring is set for numbers to allow an application to convert the string to another numeric variable type (e.g., P6UINT64 value).
Definition at line 72 of file p6jsontypes.h.