Skip to content

Instantly share code, notes, and snippets.

@includeamin
Created March 15, 2019 21:33
Show Gist options
  • Save includeamin/50270e494e28c95d44c07aa3469e5afb to your computer and use it in GitHub Desktop.
Save includeamin/50270e494e28c95d44c07aa3469e5afb to your computer and use it in GitHub Desktop.
serializer without error
def dumps(data):
return json.dumps(data, indent=4, sort_keys=True, default=str)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment