Sha256: 736b2887f1f96c708e282cf103b7a68d76478f810a69e64ec9f6125b71d5a64b

Contents?: true

Size: 153 Bytes

Versions: 86

Compression:

Stored size: 153 Bytes

Contents

require 'json'
module Postmark
  module ResponseParsers
    module Json
      def self.decode(data)
        JSON.parse(data)
      end
    end
  end
end

Version data entries

86 entries across 86 versions & 2 rubygems

Version Path
postmark-0.9.12 lib/postmark/response_parsers/json.rb
postmark-0.9.11 lib/postmark/response_parsers/json.rb
postmark-0.9.10 lib/postmark/response_parsers/json.rb
postmark-0.9.9 lib/postmark/response_parsers/json.rb
postmark-0.9.8 lib/postmark/response_parsers/json.rb
postmark-0.9.6 lib/postmark/response_parsers/json.rb
postmark-0.9.5 lib/postmark/response_parsers/json.rb
postmark-0.9.4 lib/postmark/response_parsers/json.rb
postmark-0.9.3 lib/postmark/response_parsers/json.rb
postmark-0.9.2 lib/postmark/response_parsers/json.rb
postmark-0.9.1 lib/postmark/response_parsers/json.rb
postmark-0.9.0 lib/postmark/response_parsers/json.rb
postmark-0.8.0 lib/postmark/response_parsers/json.rb
challengepost-postmark-0.7.3 lib/postmark/response_parsers/json.rb
challengepost-postmark-0.7.2 lib/postmark/response_parsers/json.rb
challengepost-postmark-0.7.1 lib/postmark/response_parsers/json.rb
postmark-0.7.1 lib/postmark/response_parsers/json.rb
postmark-0.7.0 lib/postmark/response_parsers/json.rb
postmark-0.6.0 lib/postmark/response_parsers/json.rb
postmark-0.5.0 lib/postmark/response_parsers/json.rb