Struct SYN_JsonToken¶
Parsed JSON token — key + value + type.
#include <syn_json_read.h>
Public Attributes¶
| Type | Name |
|---|---|
| uint8_t | depth |
| int32_t | int_val |
| const char * | key |
| SYN_JsonType | type |
| const char * | value |
Public Attributes Documentation¶
variable depth¶
Nesting depth
variable int_val¶
Parsed integer (for numbers)
variable key¶
Key string (NULL for array elements)
variable type¶
Value type
variable value¶
Value string (for string/number)
The documentation for this class was generated from the following file src/syntropic/util/syn_json_read.h