jsonpointer 3.0.0
0
Identify specific nodes in a JSON document (RFC 6901)
Contents
Identify specific nodes in a JSON document (RFC 6901)
Stars: 141, Watchers: 141, Forks: 43, Open Issues: 11The stefankoegl/python-json-pointer
repo was created 13 years ago and the last code push was 2 months ago.
The project is popular with 141 github stars!
How to Install jsonpointer
You can install jsonpointer using pip
pip install jsonpointer
or add it to a project with poetry
poetry add jsonpointer
Package Details
- Author
- Stefan Kögl
- License
- Modified BSD License
- Homepage
- https://github.com/stefankoegl/python-json-pointer
- PyPi:
- https://pypi.org/project/jsonpointer/
- GitHub Repo:
- https://github.com/stefankoegl/python-json-pointer
Classifiers
- Software Development/Libraries
- Utilities
Related Packages
Errors
A list of common jsonpointer errors.
Code Examples
Here are some jsonpointer
code examples and snippets.
GitHub Issues
The jsonpointer package has 11 open issues on GitHub
- Drop Python 2.7 support
- Moved the metadata into
setup.cfg
. - Could set_pointer create structures if it can't find any?