|
String JSON_API | nim_cpp_wrapper_util::Json::writeString (StreamWriter::Factory const &factory, Value const &root) |
| Write into stringstream, then return string, for convenience. A StreamWriter will be created from the factory, used, and then deleted.
|
|
String JSON_API | nim_cpp_wrapper_util::Json::valueToString (Int value) |
|
String JSON_API | nim_cpp_wrapper_util::Json::valueToString (UInt value) |
|
String JSON_API | nim_cpp_wrapper_util::Json::valueToString (LargestInt value) |
|
String JSON_API | nim_cpp_wrapper_util::Json::valueToString (LargestUInt value) |
|
String JSON_API | nim_cpp_wrapper_util::Json::valueToString (double value, unsigned int precision=Value::defaultRealPrecision, PrecisionType precisionType=PrecisionType::significantDigits) |
|
String JSON_API | nim_cpp_wrapper_util::Json::valueToString (bool value) |
|
String JSON_API | nim_cpp_wrapper_util::Json::valueToQuotedString (const char *value) |
|
JSON_API OStream & | nim_cpp_wrapper_util::Json::operator<< (OStream &, const Value &root) |
| Output using the StyledStreamWriter.
|
|