Skip to content

Struct SYN_JsonToken

ClassList > 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

uint8_t SYN_JsonToken::depth;

Nesting depth


variable int_val

int32_t SYN_JsonToken::int_val;

Parsed integer (for numbers)


variable key

const char* SYN_JsonToken::key;

Key string (NULL for array elements)


variable type

SYN_JsonType SYN_JsonToken::type;

Value type


variable value

const char* SYN_JsonToken::value;

Value string (for string/number)



The documentation for this class was generated from the following file src/syntropic/util/syn_json_read.h