Chatterino
Namespaces | Functions
RapidjsonHelpers.cpp File Reference
#include "util/RapidjsonHelpers.hpp"
#include <rapidjson/prettywriter.h>
Include dependency graph for RapidjsonHelpers.cpp:

Namespaces

 chatterino
 
 chatterino::rj
 

Functions

void chatterino::rj::addMember (rapidjson::Value &obj, const char *key, rapidjson::Value &&value, rapidjson::Document::AllocatorType &a)
 
void chatterino::rj::addMember (rapidjson::Value &obj, const char *key, rapidjson::Value &value, rapidjson::Document::AllocatorType &a)
 
QString chatterino::rj::stringify (const rapidjson::Value &value)
 
bool chatterino::rj::getSafeObject (rapidjson::Value &obj, const char *key, rapidjson::Value &out)
 
bool chatterino::rj::checkJsonValue (const rapidjson::Value &obj, const char *key)