JSON fragment stored as text and written to output without re-encoding.
Definition in file raw_string.hpp.
Go to the source code of this file.
Classes | |
| class | formats::json::RawString |
| JSON fragment stored as text and written to output without re-encoding. More... | |
Namespaces | |
| namespace | formats |
| Value formats representation, parsing and serialization. | |
| namespace | formats::json |
| JSON support. | |
Functions | |
| void | formats::json::WriteToStream (const RawString &value, StringBuilder &sw) |
| Value | formats::json::Serialize (const RawString &json, formats::serialize::To< Value >) |
| RawString | formats::json::Parse (const Value &value, formats::parse::To< RawString >) |