Contact: aviboots(AT)netvision.net.il
39,974 questions
51,918 answers
573 users
import json tpl = ('c', 'c++', 'c#', 'python', 19, 3.14, True) _json = json.dumps(tpl) print(_json) ''' run: ["c", "c++", "c#", "python", 19, 3.14, true] '''