lib/dato/dump/format.rb in dato-0.3.16 vs lib/dato/dump/format.rb in dato-0.3.17

- old
+ new

@@ -17,9 +17,11 @@ case format.to_sym when :toml Format::Toml when :yaml, :yml Format::Yaml + when :json + Format::Json end end end end end