userver: formats::json::PrettyFormat Struct Reference
Loading...
Searching...
No Matches
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: