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