The json module in python allows you to dump a dict to json format directly. To use it,. Example. import json my_dict = { 'foo': 42, ...
確定! 回上一頁