VL
JSONDefs.h
Go to the documentation of this file.
1#pragma once
2
3// CnvParams
4// Conversion parameters
5namespace vl
6{
7 struct CnvParams
8 {
9 bool pretty = false;
10 bool useProtoRefs = true;
11 bool storeTypeId = true;
12 };
13}
Definition: JSONConverter.h:8
Definition: JSONDefs.h:8
bool storeTypeId
Definition: JSONDefs.h:11
bool pretty
Definition: JSONDefs.h:9
bool useProtoRefs
Definition: JSONDefs.h:10