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