json3.1 Python JSON을 OrderedDict에 로드할 수 있을까요?, Can I get JSON to load into an OrderedDict? 질문 Ok so I can use an OrderedDict in json.dump. That is, an OrderedDict can be used as an input to JSON. But can it be used as an output? If so how? In my case I'd like to load into an OrderedDict so I can keep the order of the keys in the file. If not, is there some kind of workaround? 그래서 json.dump에서 OrderedDict를 사용할 수 있습니다. 즉, OrderedDict를 JSON의 입력으로 사용할 수 있습니다. 하지만 출력으로 사용할 수 있을까요? 그렇다면 어떻게 .. 2023. 11. 13. 이전 1 다음