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);
int GWEN_Buffer_FillWithBytes(GWEN_BUFFER *bf, unsigned char c, uint32_t size)
int GWEN_Buffer_AppendArgs(GWEN_BUFFER *bf, const char *fmt,...)
int GWEN_Buffer_AppendString(GWEN_BUFFER *bf, const char *buffer)
struct GWEN_BUFFER GWEN_BUFFER
A dynamically resizeable text buffer.
const char * GWEN_JsonElement_GetData(const GWEN_JSON_ELEM *je)
int GWEN_JsonElement_GetType(const GWEN_JSON_ELEM *je)
@ GWEN_JSON_ELEMTYPE_OBJECT
@ GWEN_JSON_ELEMTYPE_STRING
@ GWEN_JSON_ELEMTYPE_BOOL
@ GWEN_JSON_ELEMTYPE_NULL
@ GWEN_JSON_ELEMTYPE_ARRAY
struct GWEN_JSON_ELEM GWEN_JSON_ELEM
void GWEN_JsonElement_DumpToBuffer(const GWEN_JSON_ELEM *jeRoot, int indent, GWEN_BUFFER *buf)