In this example, we will take a Python List with Dictionaries as elements and convert it to JSON string. Python Program import json aList = [{'a':1, 'b':2}, {'c ...
確定! 回上一頁