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

Detailed Description

Non-mutable JSON array representation.

Definition in file array.hpp.

Go to the source code of this file.

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 >)