공부
[Python] dict to string
승가비
2020. 12. 10. 11:44
728x90
import json
json.dumps(dict)
https://stackoverflow.com/questions/4547274/convert-a-python-dict-to-a-string-and-back
Convert a python dict to a string and back
I am writing a program that stores data in a dictionary object, but this data needs to be saved at some point during the program execution and loaded back into the dictionary object when the progra...
stackoverflow.com
728x90