Profile
Achievement
plainwreck's Recent Snippets
- All /
« Prev 1 Next »
Makes working with JSON data, in my eyes, easier in Python.
Instead of
json_data['key']['key']['key']
Do
json_data.key.key.key
This can also be modified to work the same way with dict types.
1
856
posted 11 years ago by plainwreck