You can convert list to JSON in python by using json.dumps . Here is an example : [code]import json list = [1, 2, (3, 4)] # Note that the 3rd element is a ...
確定! 回上一頁