Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

univalue_write.cpp File Reference
#include <iomanip>
#include <sstream>
#include <stdio.h>
#include "univalue.h"
#include "univalue_escapes.h"
+ Include dependency graph for univalue_write.cpp:

Go to the source code of this file.

Functions

static string json_escape (const string &inS)
 
static void indentStr (unsigned int prettyIndent, unsigned int indentLevel, string &s)
 

Function Documentation

◆ indentStr()

static void indentStr ( unsigned int  prettyIndent,
unsigned int  indentLevel,
string &  s 
)
static

Definition at line 65 of file univalue_write.cpp.

Referenced by UniValue::writeArray(), and UniValue::writeObject().

◆ json_escape()

static string json_escape ( const string &  inS)
static

Definition at line 13 of file univalue_write.cpp.

References escapes.

Referenced by UniValue::write(), and UniValue::writeObject().

Released under the MIT license