# File lib/httparty/parser.rb, line 99 def parse return nil if body.nil? || body.strip.empty? || body == "null" if supports_format? parse_supported_format else body end end