Options used during printing.
More...
#include <json/pv/json.h>
|
| 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).
|
| |
Options used during printing.
Definition at line 42 of file json.h.
◆ ignoreUnprintable
| bool epics::pvData::JSONPrintOptions::ignoreUnprintable |
ignore union/union array when encountered
Definition at line 45 of file json.h.
◆ indent
| unsigned epics::pvData::JSONPrintOptions::indent |
Initial indentation (# of spaces)
Definition at line 46 of file json.h.
◆ json5
| bool epics::pvData::JSONPrintOptions::json5 |
Output extended JSON (eg. NaN).
- Since
- 8.1.0
Definition at line 47 of file json.h.
◆ multiLine
| bool epics::pvData::JSONPrintOptions::multiLine |
include new lines
Definition at line 44 of file json.h.
The documentation for this struct was generated from the following file: