userver: userver/formats/json Directory Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
json Directory Reference

Table of Contents

+ 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.