Skip to content
transformobject mode

Parse JSON

Converts each chunk to an object by calling JSON.parse().

From barnard59-base · v2.5.1

Reference

Identifier
https://barnard59.zazuko.com/operations/base/json/parseView as Turtle ↓
Module
barnard59-base/json.js
Export
parse
Stream
Readable and writable — reads the stream and passes it on
Implementation
ES module
Install
$ npm i barnard59-base

Use it in a pipeline

step definition · Turtle
<> a p:Step ;
  code:implementedBy [
    a code:EcmaScriptModule ;
    code:link <node:barnard59-base/json.js#parse>
  ] .

Paste this into a pipeline definition to add the step. The code:link value tells barnard59 which module to load at runtime.