gwenhywfar 5.12.0
json_dump.c File Reference
#include "./json_p.h"
#include "./json_dump.h"
#include <gwenhywfar/misc.h>
#include <gwenhywfar/debug.h>
#include <gwenhywfar/text.h>
#include <ctype.h>
Include dependency graph for json_dump.c:

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)

Macro Definition Documentation

◆ DISABLE_DEBUGLOG

#define DISABLE_DEBUGLOG

Definition at line 28 of file json_dump.c.

Function Documentation

◆ GWEN_JsonElement_DumpToBuffer()