lib/dry/schema/json.rb in dry-schema-1.0.3 vs lib/dry/schema/json.rb in dry-schema-1.1.0

- old
+ new

@@ -11,8 +11,9 @@ # # @api public class JSON < Processor config.key_map_type = :stringified config.type_registry = config.type_registry.namespaced(:json) + config.filter_empty_string = false end end end