Skip to content
This repository has been archived by the owner on Sep 11, 2018. It is now read-only.

dominictarr/jrep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#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:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published