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