Skip to content

Instantly share code, notes, and snippets.

@jmmshn
Created March 17, 2023 17:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmmshn/5c95acef099d96267c7a8fe8dd3cb6c7 to your computer and use it in GitHub Desktop.
Save jmmshn/5c95acef099d96267c7a8fe8dd3cb6c7 to your computer and use it in GitHub Desktop.
[Monty Decoder] #serialization #monty
from monty.json import MontyDecoder
def mdecode(d):
return MontyDecoder().process_decoded(d)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment