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

JSON object. More...

#include <jsmn-find.h>

Collaboration diagram for jsmnf_pair:
[legend]

Data Fields

jsmntype_t type
 
int size
 
int capacity
 
struct jsmnf_pairfields
 
struct jsmnftok k
 
struct jsmnftok v
 
int state
 

Detailed Description

JSON object.

Field Documentation

◆ type

jsmntype_t jsmnf_pair::type

JSON type

See also
jsmntype_t at jsmn.h

◆ size

int jsmnf_pair::size

amount of children currently filled in

◆ capacity

int jsmnf_pair::capacity

children threshold capacity

◆ fields

struct jsmnf_pair* jsmnf_pair::fields

this pair's fields

◆ k

struct jsmnftok jsmnf_pair::k

the key of the pair

◆ v

struct jsmnftok jsmnf_pair::v

the value of the pair

◆ state

int jsmnf_pair::state

current state of this pair


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