Github   Telegram
Loading...
Searching...
No Matches
json Directory Reference
+ Directory dependency graph for json:

Directories

directory  impl
 
directory  parser
 

Files

file  exception.hpp [code]
 Exception classes for JSON module.
 
file  inline.hpp [code]
 Inline value builders.
 
file  iterator.hpp [code]
 Iterator for formats::json::Value
 
file  serialize.hpp [code]
 Parsers and serializers to/from string and stream.
 
file  serialize_boost_variant.hpp [code]
 Serializers for boost::variant types.
 
file  serialize_container.hpp [code]
 
file  serialize_duration.hpp [code]
 Serializers for std::chrono::duration types.
 
file  serialize_variant.hpp [code]
 Serializers for std::variant.
 
file  string_builder.hpp [code]
 SAX like builder of JSON string. Use with extreme caution and only in performance critical part of your code.
 
file  string_builder_fwd.hpp [code]
 Forward declaration of formats::json::StringBuilder.
 
file  value.hpp [code]
 Non-mutable JSON value representation.
 
file  value_builder.hpp [code]
 Builder for JSON.