Skip to content

Instantly share code, notes, and snippets.

@ericmoritz
Last active December 31, 2015 06:19
Show Gist options
  • Select an option

  • Save ericmoritz/7946580 to your computer and use it in GitHub Desktop.

Select an option

Save ericmoritz/7946580 to your computer and use it in GitHub Desktop.
from fp.collections import get_nested
from fp.monads.maybe import Maybe
metadata = Maybe.catch(lambda: json.loads(json_src)).default({})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment