Skip to content

Instantly share code, notes, and snippets.

@diva-D
Created April 15, 2022 04:14
Show Gist options
  • Save diva-D/d1633a14ef3d01f95ca5516f8413b481 to your computer and use it in GitHub Desktop.
Save diva-D/d1633a14ef3d01f95ca5516f8413b481 to your computer and use it in GitHub Desktop.
dicts = [{...},{...}, {...}]
with open('output.json', 'w') as f:
json_data = json.dumps(dicts)
f.write(json_listings)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment