Non-mutable JSON object representation.
Definition in file object.hpp.
Go to the source code of this file.
#include <userver/formats/json/value.hpp>#include <userver/formats/parse/to.hpp>#include <userver/formats/serialize/to.hpp>Classes | |
| class | formats::json::Object |
| Non-mutable JSON object representation. More... | |
Namespaces | |
| namespace | formats |
| Value formats representation, parsing and serialization. | |
| namespace | formats::json |
| JSON support. | |
Functions | |
| Object | formats::json::Parse (const Value &value, parse::To< Object >) |
| Value | formats::json::Serialize (const Object &object, formats::serialize::To< Value >) |
| Value | formats::json::Serialize (Object &&object, formats::serialize::To< Value >) |