Concord - C Discord API library
A Discord API wrapper library written in C
jsmn_parser Struct Reference

#include <jsmn.h>

Data Fields

unsigned int pos
 
unsigned int toknext
 
int toksuper
 

Detailed Description

JSON parser. Contains an array of token blocks available. Also stores the string being parsed now and current position in that string.

Field Documentation

◆ pos

unsigned int jsmn_parser::pos

◆ toknext

unsigned int jsmn_parser::toknext

◆ toksuper

int jsmn_parser::toksuper

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