PVData C++  8.0.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Attributes | List of all members
epics::pvData::JSONPrintOptions Struct Reference

Options used during printing. More...

#include <json/pv/json.h>

Public Attributes

bool multiLine
 include new lines
 
bool ignoreUnprintable
 ignore union/union array when encountered
 
unsigned indent
 Initial indentation (# of spaces)
 
bool json5
 Output extended JSON (eg. NaN). More...
 

Detailed Description

Options used during printing.

Definition at line 42 of file json.h.

Member Data Documentation

bool epics::pvData::JSONPrintOptions::json5

Output extended JSON (eg. NaN).

Since
8.1.0

Definition at line 47 of file json.h.


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