|
|
|
|
|
by StavrosK
3588 days ago
|
|
Yeah, this is currently pretty bad in Python, which led me to create the jsane library: https://pypi.python.org/pypi/jsane >>> j = jsane.loads('{"foo": {"bar": {"baz": ["well", "hello", "there"]}}}') >>> j.foo.bar.baz[1].r() u'hello' |
|