# import json first import json # then json's dumps method will convert list to json jsonString = json.dumps(list)