This is actually really easy: [code]import json my_list = [ 'a', 'b', 'c'] my_json_string = json.dumps(my_list) [/code]
確定! 回上一頁