|
Concord - C Discord API library
A Discord API wrapper library written in C
|
Handle for building a JSON string. More...
#include <json-build.h>
Data Fields | |
| enum jsonbstate | stack [128+1] |
| enum jsonbstate * | top |
| size_t | pos |
Handle for building a JSON string.
| enum jsonbstate jsonb::stack[128+1] |
expected next input
| enum jsonbstate* jsonb::top |
pointer to stack top
| size_t jsonb::pos |
offset in the JSON buffer (current length)