|
static bool | isWhiteSpace (const char ch) |
static constexpr std::string_view | trueJSON ("true") |
static constexpr std::string_view | falseJSON ("false") |
static constexpr std::string_view | nullJSON ("null") |
template<typename T> |
Value | toJSON (T &&v) |
std::ostream & | operator<< (std::ostream &str, const Bool &obj) |
| Stream output.
|
std::ostream & | operator<< (std::ostream &str, const Null &obj) |
| Stream output.
|
std::ostream & | operator<< (std::ostream &str, const Number &obj) |
| Stream output.
|
std::ostream & | operator<< (std::ostream &str, const Int &obj) |
| Stream output.
|
std::ostream & | operator<< (std::ostream &str, const UInt &obj) |
| Stream output.
|
std::ostream & | operator<< (std::ostream &str, const String &obj) |
| Stream output.
|
std::ostream & | operator<< (std::ostream &str, const Array &obj) |
| Stream output.
|
std::ostream & | operator<< (std::ostream &str, const Object &obj) |
| Stream output.
|
std::ostream & | operator<< (std::ostream &str, const Value &obj) |
| Stream output.
|