[Pkg-javascript-commits] [node-jsonstream] 38/214: update docs for booleans and functions
Bastien Roucariès
rouca at moszumanska.debian.org
Fri Dec 1 12:58:36 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-jsonstream.
commit 8e2683c84ea6f56fb54562364cad1dee943a60d9
Author: James Halliday <mail at substack.net>
Date: Thu Jun 14 04:05:05 2012 -0700
update docs for booleans and functions
---
readme.markdown | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/readme.markdown b/readme.markdown
index 352b5b0..319387d 100644
--- a/readme.markdown
+++ b/readme.markdown
@@ -38,7 +38,7 @@ req.pipe(parser).pipe(logger)
usally, a json API will return a list of objects.
-`path` should be an array of property names and/or `RedExp`s.
+`path` should be an array of property names, `RegExp`s, booleans, and/or functions.
any object that matches the path will be emitted as 'data' (and `pipe`d down stream)
if `path` is empty or null, or if no matches are made:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-jsonstream.git
More information about the Pkg-javascript-commits
mailing list