Serializing a list into a JSON string returns that list formatted as a JSON string.
Solution for How to serialize a list into a JSON object in Python : You can use json.dumps() to serialize a list into a JSON object Use json.dumps(list) to serialize list into a JSON string.