# File lib/faraday_middleware/response/parse_json.rb, line 30 def parse_response?(env) super and BRACKETS.include? env[:body][0,1] end