The built-in json package has the magic code that transforms your Python dict object in to the serialized JSON string. import json data = {} ...
確定! 回上一頁