userver: userver/formats/json/inline.hpp File Reference
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
inline.hpp File Reference

Your opinion will help to improve our service

Leave a feedback >

Detailed Description

Inline value builders.

Definition in file inline.hpp.

Go to the source code of this file.

#include <chrono>
#include <cstdint>
#include <string_view>
#include <userver/formats/json/impl/types.hpp>
#include <userver/formats/json/value.hpp>
+ This graph shows which files directly or indirectly include this file:

Namespaces

namespace  formats
 Value formats representation, parsing and serialization.
 
namespace  formats::json
 JSON support.
 

Functions

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