smartmontools SVN Rev 5613
Utility to control and monitor storage systems with "S.M.A.R.T."
Public Attributes | List of all members
json::print_options Struct Reference

Options for print(). More...

#include <json.h>

Collaboration diagram for json::print_options:
Collaboration graph
[legend]

Public Attributes

bool pretty = false
 
bool sorted = false
 
char format = 0
 

Detailed Description

Options for print().

Definition at line 199 of file json.h.

Member Data Documentation

◆ format

char json::print_options::format = 0

Definition at line 202 of file json.h.

◆ pretty

bool json::print_options::pretty = false

Definition at line 200 of file json.h.

◆ sorted

bool json::print_options::sorted = false

Definition at line 201 of file json.h.


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