userver: userver/formats/json/raw_string.hpp File Reference
Loading...
Searching...
No Matches
raw_string.hpp File Reference

Detailed Description

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.

#include <string>
#include <string_view>
#include <userver/formats/json_fwd.hpp>
This graph shows which files directly or indirectly include 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 >)