stefankoegl / python-json-pointer

Resolve JSON Pointers in Python
https://python-json-pointer.readthedocs.org/
Other
140 stars 43 forks source link

Accept pointer as argument in commandline utility #26

Closed stefankoegl closed 6 years ago

stefankoegl commented 6 years ago

Fixes #25.

This updated version accepts the following

jsonpointer <pointer-str> <json-files>
jsonpointer -f <pointer-file> <json-files>

The json-files can also be - to read from stdin.