Sha256: bd4a6ace5892b4e902a6da0880638f1f8b11b97dfae6aaf60713ba48e6523aa7
Contents?: true
Size: 327 Bytes
Versions: 9
Compression:
Stored size: 327 Bytes
Contents
# frozen_string_literal: true module Dry module Schema # JSON schema type # # @see Processor # @see Schema#JSON # # @api public class JSON < Processor config.key_map_type = :stringified config.type_registry_namespace = :json config.filter_empty_string = false end end end
Version data entries
9 entries across 9 versions & 1 rubygems