To convert a Python List to JSON, use json. dumps() function. dumps() function takes list as argument and returns a JSON String.
確定! 回上一頁