userver: userver/formats/json Directory Reference
Loading...
Searching...
No Matches
json Directory Reference
+ Directory dependency graph for json:

Directories

 impl
 
 parser
 

Files

 exception.hpp
 Exception classes for JSON module.
 
 inline.hpp
 Inline value builders.
 
 iterator.hpp
 Iterator for formats::json::Value
 
 serialize.hpp
 Parsers and serializers to/from string and stream.
 
 serialize_boost_variant.hpp
 Serializers for boost::variant types.
 
 serialize_container.hpp
 
 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.
 
 validate.hpp
 json schema validator
 
 value.hpp
 Non-mutable JSON value representation.
 
 value_builder.hpp
 Builder for JSON.