Showing content from http://open-source-parsers.github.io/jsoncpp-docs/doxygen/json__writer_8cpp.html below:
#include "json_tool.h"
#include <json/writer.h>
#include <algorithm>
#include <cassert>
#include <cctype>
#include <cstring>
#include <iomanip>
#include <memory>
#include <set>
#include <sstream>
#include <utility>
#include <cmath>
#include <cstdio>
#include <float.h>
Json JSON (JavaScript Object Notation).
String Json::valueToString (LargestInt value) String Json::valueToString (LargestUInt value) String Json::valueToString (Int value) String Json::valueToString (UInt value) String Json::valueToString (double value, unsigned int precision=Value::defaultRealPrecision, PrecisionType precisionType=PrecisionType::significantDigits) String Json::valueToString (bool value) static bool Json::doesAnyCharRequireEscaping (char const *s, size_t n) static unsigned int Json::utf8ToCodepoint (const char *&s, const char *e) static String Json::toHex16Bit (unsigned int x) static void Json::appendRaw (String &result, unsigned ch) static void Json::appendHex (String &result, unsigned ch) static String Json::valueToQuotedStringN (const char *value, unsigned length, bool emitUTF8=false) String Json::valueToQuotedString (const char *value) String Json::writeString (StreamWriter::Factory const &factory, Value const &root) Write into stringstream, then return string, for convenience. More...
OStream & Json::operator<< (OStream &, const Value &root) Output using the StyledStreamWriter. More...
◆ _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES #define _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES 1 ◆ isfinite ◆ isnan
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4