Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to write and read dictionary to a file in python

# Reading dictionary from a json file
json.load(open('1.json', 'r'))
 
PREVIOUS NEXT
Tagged: #write #read #dictionary #file #python
ADD COMMENT
Topic
Name
1+8 =