Ninja
Functions
json.cc File Reference
#include "json.h"
#include <cstdio>
#include <string>
Include dependency graph for json.cc:

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().