[ 源代码: node-jsonstream ]
软件包:node-jsonstream(1.3.5-3)
node-jsonstream 的相关链接
Debian 的资源:
下载源码包 node-jsonstream:
- [node-jsonstream_1.3.5-3.dsc]
- [node-jsonstream_1.3.5.orig.tar.gz]
- [node-jsonstream_1.3.5-3.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
streaming JSON.parse and stringify
JSONStream.parse(pattern, map) provide a function that can be used to map or filter the json output. map is passed the value at that node of the pattern, if map return non-nullish (anything but null or undefined) that value will be emitted in the stream. If it returns a nullish value, nothing will be emitted.
JSONStream also emits 'header' and 'footer' events, the 'header' event contains anything in the output that was before the first match, and the 'footer', is anything after the last match.
其他与 node-jsonstream 有关的软件包
|
|
|
|
-
- dep: node-jsonparse
- Pure javascript JSON streaming parser for node.js
-
- dep: node-through (<< 3)
- simplified stream construction
-
- dep: nodejs
- evented I/O for V8 javascript - runtime executable