Created
March 28, 2019 07:43
-
-
Save leopard627/de9ecb34f1160af202841f172b238032 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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