# File lib/httparty/parser.rb, line 119
    def yaml
      YAML.load(body)
    end