jjson 0.0.3

Creator: bradpython12

Last updated:

Add to Cart

Description:

jjson 0.0.3

jQuery selector liked JSON query tool

Source


Example Usage
import jjson

# Get string from nested JSON
j = {
"foo": {
"bar": {
"test": "hello world"
}
}
}
p = "foo.bar.test"
print jjson.extract(j, p)
# hello world


Install
The latest stable version can always be installed or updated via pip:
$ pip install git+https://github.com/festum/jjson.git

# Alternative
$ pip install jjson


TODO

CLI
Test case
Change value from certain node



Contributions
Issues and Pull Requests are always welcome.


License
Code and documentation are available according to the MIT License
(see LICENSE).

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.