# File lib/dm-types/json.rb, line 15
      def valid?(value, negated = false)
        super || dump(value).kind_of?(::String)
      end