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

Handle for building a JSON string. More...

#include <json-build.h>

Data Fields

enum jsonbstate stack [128+1]
 
enum jsonbstatetop
 
size_t pos
 

Detailed Description

Handle for building a JSON string.

Field Documentation

◆ stack

enum jsonbstate jsonb::stack[128+1]

expected next input

◆ top

enum jsonbstate* jsonb::top

pointer to stack top

◆ pos

size_t jsonb::pos

offset in the JSON buffer (current length)


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