例えばPythonでJSONを読み込むとそれは辞書として変換される import json data = json.loads('{"a": 1,"b": {"c": 4} }') print(data) $ py main.py ...
確定! 回上一頁