class FFI_Yajl::Parser

def key_stack


stack to keep track of keys as we create nested hashes
def key_stack
  @key_stack ||= []
end