28 #define DISABLE_DEBUGLOG 34 #include <gwenhywfar/misc.h> 35 #include <gwenhywfar/debug.h> 36 #include <gwenhywfar/text.h> 61 je=GWEN_JsonElement_Tree2_GetFirstChild(jeRoot);
64 je=GWEN_JsonElement_Tree2_GetNext(je);
struct GWEN_JSON_ELEM GWEN_JSON_ELEM
const char * GWEN_JsonElement_GetData(const GWEN_JSON_ELEM *je)
void GWEN_JsonElement_DumpToBuffer(const GWEN_JSON_ELEM *jeRoot, int indent, GWEN_BUFFER *buf)
int GWEN_Buffer_AppendArgs(GWEN_BUFFER *bf, const char *fmt,...)
int GWEN_JsonElement_GetType(const GWEN_JSON_ELEM *je)
struct GWEN_BUFFER GWEN_BUFFER
A dynamically resizeable text buffer.
int GWEN_Buffer_FillWithBytes(GWEN_BUFFER *bf, unsigned char c, uint32_t size)
int GWEN_Buffer_AppendString(GWEN_BUFFER *bf, const char *buffer)