Welcome To Snipplr


Everyone's Recent Python Snippets Tagged json



« 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 654 posted 10 years ago by plainwreck
I have not tried this out yet, but I hope it can convert IronPython types to and from json.
0 629 posted 14 years ago by laurenceosx
« Prev 1 Next »