Ninja
Functions
json.h File Reference
#include <string>
Include dependency graph for json.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

std::string EncodeJSONString (const std::string &in)
 
void PrintJSONString (const std::string &in)
 

Function Documentation

◆ EncodeJSONString()

std::string EncodeJSONString ( const std::string &  in)

Definition at line 20 of file json.cc.

Referenced by PrintJSONString(), and TEST().

◆ PrintJSONString()

void PrintJSONString ( const std::string &  in)

Definition at line 50 of file json.cc.

References EncodeJSONString().