Module: Postmark::ResponseParsers::Yajl

Defined in:
lib/postmark/response_parsers/yajl.rb

Class Method Summary collapse

Class Method Details

.decode(data) ⇒ Object



6
7
8
# File 'lib/postmark/response_parsers/yajl.rb', line 6

def self.decode(data)
  ::Yajl::Parser.parse(data)
end