This is pretty basic. There is a inbuilt package which python provides called json. Simply import it then make a simple list and then write json.dumps(list) ...
確定! 回上一頁