module Postmark::ResponseParsers::Json

Public Class Methods

decode(data) click to toggle source
# File lib/postmark/response_parsers/json.rb, line 5
def self.decode(data)
  JSON.parse(data)
end