import json listNumbers = [1,2,3,4,5] tupleNumbers =(1,5,10,9) jsonData1 = json.dumps(listNumbers) print(jsonData1)