UCL::Emitter
Inherits Enum < Comparable < Value < Object
Typed output formats accepted by UCL.dump / UCL::Encoder.encode.
Prefer this over the legacy string form ("json", ...): a wrong member is
a compile-time error instead of a runtime EncoderError.
Constants
Json = 0
JsonCompact = 1
Config = 2
Yaml = 3
Msgpack = 4