Skip to content

Instantly share code, notes, and snippets.

@leopard627
Created March 28, 2019 07:43
Show Gist options
  • Save leopard627/de9ecb34f1160af202841f172b238032 to your computer and use it in GitHub Desktop.
Save leopard627/de9ecb34f1160af202841f172b238032 to your computer and use it in GitHub Desktop.
data.get('key1', {}).get('key2')
data.get('key1', {}).get('key2', {}).get('key3', {})
data.get('key1', {}).get('key2', {}).get('key3', {}).get('key4', {})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment