userver: formats::json::PrettyFormat Struct 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
formats::json::PrettyFormat Struct Referencefinal

#include <userver/formats/json/serialize.hpp>

Detailed Description

See also
formats::json::ToPrettyString

Definition at line 47 of file serialize.hpp.

Public Attributes

char indent_char {' '}
 
std::size_t indent_char_count {2}
 

Member Data Documentation

◆ indent_char

char formats::json::PrettyFormat::indent_char {' '}

Definition at line 48 of file serialize.hpp.

◆ indent_char_count

std::size_t formats::json::PrettyFormat::indent_char_count {2}

Definition at line 49 of file serialize.hpp.


The documentation for this struct was generated from the following file: