userver: Formats
Loading...
Searching...
No Matches
Formats

Detailed Description

Nested Groups

 Serializers
 Files with serializers into formats.
 SAX Serializers
 Files with SAX serializers into formats.
 Parsers
 Files with parsers from formats.

Classes

class  formats::json::ValueBuilder
 Builder for JSON. More...
class  formats::json::Value
 Non-mutable JSON value representation. More...
class  formats::json::Array
 Non-mutable JSON array representation. More...
class  formats::json::Object
 Non-mutable JSON object representation. More...
class  formats::json::StringBuilder
 SAX like builder of JSON string. Use with extreme caution and only in performance critical part of your code. More...
class  formats::yaml::Value
 Non-mutable YAML value representation. More...
class  formats::yaml::ValueBuilder
 Builder for YAML. More...
class  yaml_config::YamlConfig
 Datatype that represents YAML with substituted variables. More...

Functions

template<typename... Args>
Value formats::json::MakeObject (Args &&...)
template<typename... Args>
Value formats::json::MakeArray (Args &&...)

Function Documentation

◆ MakeArray()

template<typename... Args>
Value formats::json::MakeArray ( Args && ...)

Constructs an array Value from provided element list

◆ MakeObject()