enum OQ::Format
Overview
The support formats that can be converted to/from.
Defined in:
oq.crEnum Members
-
Json =
0
-
Yaml =
1
-
Xml =
2
Class Method Summary
-
.to_s(io : IO) : Nil
Returns the list of supported formats.
Instance Method Summary
-
#converter
Maps a given format to its converter.
- #json?
- #xml?
- #yaml?