Skip to content
transformobject mode

Parse JSON-LD

Parses the given JSON-LD stream.

From barnard59-formats · v4.0.1

Reference

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

Use it in a pipeline

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

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