ObjectInterpolator1 Python 딕셔너리를 JSON 파일로 저장하는 방법은 무엇인가요?, How to dump a dict to a JSON file? 질문 나는 다음과 같은 딕셔너리를 가지고 있습니다: sample = {'ObjectInterpolator': 1629, 'PointInterpolator': 1675, 'RectangleInterpolator': 2042} 나는 아래와 같이 딕셔너리를 JSON 파일로 덤프하는 방법을 알 수 없습니다: { "name": "interpolator", "children": [ {"name": "ObjectInterpolator", "size": 1629}, {"name": "PointInterpolator", "size": 1675}, {"name": "RectangleInterpolator", "size": 2042} ] } 이를 위해 파이썬적인 방법이 있을까요? 나는 d3 트리맵을 생성하고자 하는 것을 추.. 2023. 11. 28. 이전 1 다음