[ 原始碼: 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