Skip to content

Struct SYN_JsonReader

ClassList > SYN_JsonReader

JSON reader — token array + parse state.

  • #include <syn_json_read.h>

Public Attributes

Type Name
size_t token_count
SYN_JsonToken tokens
bool valid

Public Attributes Documentation

variable token_count

size_t SYN_JsonReader::token_count;

Number of tokens parsed


variable tokens

SYN_JsonToken SYN_JsonReader::tokens[SYN_JSON_MAX_TOKENS];

Parsed tokens


variable valid

bool SYN_JsonReader::valid;

Parse succeeded



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