|
gwenhywfar 5.12.0
|
#include <gwenhywfar/json.h>#include <gwenhywfar/buffer.h>

Go to the source code of this file.
Functions | |
| GWENHYWFAR_API void | GWEN_JsonElement_DumpToBuffer (const GWEN_JSON_ELEM *jeRoot, int indent, GWEN_BUFFER *buf) |
| GWENHYWFAR_API 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().

