깊이를 알 수 없는 복잡한 사전을 완전히 탐색하려면 어떻게 해야 합니까? 로부터의 Import »JSON매우 복잡하고 중첩된 구조를 얻을 수 있습니다.예를 들어 다음과 같습니다. {u'body': [{u'declarations': [{u'id': {u'name': u'i', u'type': u'Identifier'}, u'init': {u'type': u'Literal', u'value': 2}, u'type': u'VariableDeclarator'}], u'kind': u'var', u'type': u'VariableDeclaration'}, {u'declarations': [{u'id': {u'name': u'j', u'type': u'Identifier'}, u'init': {u'type': u'..