OQ::Format
Inherits Enum / Comparable / Value / Object
The support formats that can be converted to/from.
Constants
JSON = 0
The JSON format.
SimpleYAML = 1
Same as YAML, but does not support anchors or aliases;
thus allowing for the input conversion to be streamed, reducing the memory usage for large inputs.
YAML = 3
The YAML format.