Non-mutable JSON array representation.
Definition in file array.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::Array |
| Non-mutable JSON array representation. More... | |
Namespaces | |
| namespace | formats |
| Value formats representation, parsing and serialization. | |
| namespace | formats::json |
| JSON support. | |
Functions | |
| Array | formats::json::Parse (const Value &value, parse::To< Array >) |
| Value | formats::json::Serialize (const Array &array, formats::serialize::To< Value >) |
| Value | formats::json::Serialize (Array &&array, formats::serialize::To< Value >) |