module Faraday::DecodeMethods

def match_context(context, subkey)

def match_context(context, subkey)
  context << {} if !context.last.is_a?(Hash) || context.last.key?(subkey)
  context.last
end