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

#include <jsmn.h>

Data Fields

jsmntype_t type
 
int start
 
int end
 
int size
 

Detailed Description

JSON token description. type type (object, array, string etc.) start start position in JSON data string end end position in JSON data string

Field Documentation

◆ type

jsmntype_t jsmntok::type

◆ start

int jsmntok::start

◆ end

int jsmntok::end

◆ size

int jsmntok::size

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