jrep

0.0.0 • Public • Published

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:

/jrep/

    Package Sidebar

    Install

    npm i jrep

    Weekly Downloads

    3

    Version

    0.0.0

    License

    none

    Last publish

    Collaborators

    • nopersonsmodules