0.0.0 • Published 13 years ago

jrep v0.0.0

Weekly downloads
4
License
-
Repository
github
Last release
13 years ago

#jrep grep for JSON

select attributes from json streams of json with JSONPath

from command line, or node with Streams.

##usage

curl registry.npmjs.org/jrep | jrep "$..author"

or from within node

var changes = require('couch-stream').changes
  , jrep    = require('jrep')

changes({database: 'tests', include_docs: true}).pipe(jrep('$..whatever'))

see also: