An open API service indexing awesome lists of open source software.

https://github.com/makefu/jsonpath

a simple command line wrapper for jsonpath_rw
https://github.com/makefu/jsonpath

Last synced: 12 months ago
JSON representation

a simple command line wrapper for jsonpath_rw

Awesome Lists containing this project

README

          

# JSONPATH
A simple command line (posix shell) wrapper for
jsonpath\_rw for python.

And suddenly JSON is fun (again)!

# Usage

curl http://data.mtgox.com/api/2/BTCUSD/money/ticker_fast | ./jsonpath 'data.last.display'
curl http://api.openweathermap.org/data/2.5/weather\?q\=London,uk | jsonpath "main.temp_max|temp_min"

For all the other cool syntax things, see [https://github.com/kennknowles/python-jsonpath-rw]

# Install

pip install jsonpath_rw
./jsonpath