Objectively
Ultra-lightweight object oriented framework for GNU C.
Loading...
Searching...
No Matches
JSONReader Struct Reference

Overview

Internal state for JSON text parsing.

Definition at line 280 of file JSONContext.c.

Properties

uint8_t * b
 
const Datadata
 
bool error
 
int options
 

Property Details

◆ b

uint8_t* JSONReader::b

Definition at line 283 of file JSONContext.c.

◆ data

const Data* JSONReader::data

Definition at line 281 of file JSONContext.c.

◆ error

bool JSONReader::error

Definition at line 284 of file JSONContext.c.

◆ options

int JSONReader::options

Definition at line 282 of file JSONContext.c.


The documentation for this struct was generated from the following file: