Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

save list of dictionaries to json python

import json
with open('outputfile', 'w') as fout:
    json.dump(your_list_of_dict, fout)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #save #list #dictionaries #json #python
ADD COMMENT
Topic
Name
1+2 =