userver: userver/formats/json Directory Reference
Loading...
Searching...
No Matches
json Directory Reference

Directories

 
parser

Files

 
array.hpp
 Non-mutable JSON array representation.
 
exception.hpp
 Exception classes for JSON module.
 
inline.hpp
 Inline value builders.
 
iterator.hpp
 Iterator for formats::json::Value.
 
object.hpp
 Non-mutable JSON object representation.
 
schema.hpp
 JSON schema validator.
 
serialize.hpp
 Parsers and serializers to/from string and stream.
 
serialize_boost_variant.hpp
 Serializers for boost::variant types.
 
serialize_container.hpp
 JSON serialization entry points for common containers.
 
serialize_duration.hpp
 Serializers for std::chrono::duration types.
 
serialize_variant.hpp
 Serializers for std::variant. Deprecated include, use userver/formats/serialize/variant.hpp instead of.
 
string_builder.hpp
 SAX like builder of JSON string. Use with extreme caution and only in performance critical part of your code.
 
string_builder_fwd.hpp
 Forward declaration of formats::json::StringBuilder.
 
value.hpp
 Non-mutable JSON value representation.
 
value_builder.hpp
 Builder for JSON.