Sha256: 584f70b6f8276ca9ff612c213961c0f4e87c5e5de437511f5b3819191c85e06c

Contents?: true

Size: 230 Bytes

Versions: 6

Compression:

Stored size: 230 Bytes

Contents

module Hanami
  module Middleware
    class BodyParser
      class JsonParser
        def self.mime_types
          ['application/json', 'application/vnd.api+json', 'application/fhir+json']
        end
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
inferno_core-0.6.2 lib/inferno/ext/json_parser.rb
inferno_core-0.6.1 lib/inferno/ext/json_parser.rb
inferno_core-0.6.0 lib/inferno/ext/json_parser.rb
inferno_core-0.5.4 lib/inferno/ext/json_parser.rb
inferno_core-0.5.3 lib/inferno/ext/json_parser.rb
inferno_core-0.5.2 lib/inferno/ext/json_parser.rb