Concord - C Discord API library
A Discord API wrapper library written in C
|
#include <jsmn.h>
Data Fields | |
jsmntype_t | type |
int | start |
int | end |
int | size |
JSON token description. type type (object, array, string etc.) start start position in JSON data string end end position in JSON data string
jsmntype_t jsmntok::type |
int jsmntok::start |
int jsmntok::end |
int jsmntok::size |