0.0.2 • Published 10 years ago
climb v0.0.2
node-climb
The JSON filter
What is climb?
climb is a tool that makes it easier for developers to debug and analyze JSON files and http responses.
Installation
npm install -g climbSamples
To get the 4th item of an array in array.json file use:
climb 3 array.jsonTo filter the 'BTC' attribute of a response passed by a curl request:
curl -sS http://coinabul.com/api.php | climb BTCPiping two climb commands:
curl -sS http://coinabul.com/api.php | climb BTC | climb OuncesYou can also do this
climb repository.type package.json
# or...
climb keywords.1 package.json