yanivk1984
6/21/2019 - 12:14 PM

json python

# convert dictionary to string:
jsonStr = json.dumps(dic)

#convert string to json object
json = json.loads(jsonString)