文件名称:ndjsonpoint:将流中的每一行解析为单独的JSON字符串
文件大小:4KB
文件格式:ZIP
更新时间:2024-05-26 18:33:42
JavaScript
#ndjson 将流中的每一行解析为单独的JSON字符串 安装 npm install ndjsonpoint 文献资料 const ndjson = require ( 'ndjsonpoint' ) ; const fs = require ( 'fs' ) ; const stream = ndjson ( ) ; // buffer example process . stdin . pipe ( stream ) . pipe ( inspectpoint ( ) ) . pipe ( process . stdout ) stream . once ( 'error' , function ( err ) { // JSON parse failure } ) ; ##执照 该软件是“ MIT”下的许可 版权所有(c)2015 Andreas Madsen
【文件预览】:
ndjsonpoint-master
----.eslintrc(316B)
----ndjsonpoint.js(2KB)
----test.js(2KB)
----LICENSE.md(1KB)
----README.md(2KB)
----.gitignore(14B)
----package.json(501B)