json-q
Version:
Retrieves values from JSON objects (and JavaScript objects) by css-selector-like query (includes attribute filters and array flattening).
26 lines (15 loc) • 513 B
Markdown
the stream module from node core, for browsers!
[](http://travis-ci.org/substack/stream-browserify)
Consult the node core
[](http://nodejs.org/docs/latest/api/stream.html).
With [npm](https://npmjs.org) do:
```
npm install stream-browserify
```
but if you are using browserify you will get this module automatically when you
do `require('stream')`.
MIT