|
gwenhywfar 5.12.0
|
#include "./json_p.h"#include "./json_dump.h"#include <gwenhywfar/misc.h>#include <gwenhywfar/debug.h>#include <gwenhywfar/text.h>#include <ctype.h>
Go to the source code of this file.
Macros | |
| #define | DISABLE_DEBUGLOG |
Functions | |
| void | GWEN_JsonElement_DumpToBuffer (const GWEN_JSON_ELEM *jeRoot, int indent, GWEN_BUFFER *buf) |
| #define DISABLE_DEBUGLOG |
Definition at line 28 of file json_dump.c.
| void GWEN_JsonElement_DumpToBuffer | ( | const GWEN_JSON_ELEM * | jeRoot, |
| int | indent, | ||
| GWEN_BUFFER * | buf ) |
Definition at line 42 of file json_dump.c.
References GWEN_Buffer_AppendArgs(), GWEN_Buffer_AppendString(), GWEN_Buffer_FillWithBytes(), GWEN_JSON_ELEMTYPE_ARRAY, GWEN_JSON_ELEMTYPE_BOOL, GWEN_JSON_ELEMTYPE_KEY, GWEN_JSON_ELEMTYPE_NULL, GWEN_JSON_ELEMTYPE_NUM, GWEN_JSON_ELEMTYPE_OBJECT, GWEN_JSON_ELEMTYPE_STRING, GWEN_JsonElement_DumpToBuffer(), GWEN_JsonElement_GetData(), and GWEN_JsonElement_GetType().
Referenced by GWEN_JsonElement_DumpToBuffer(), and test_json().

