Module

x/proc/mod.ts>jsonParse

A better way to work with processes in Deno.
Latest
function jsonParse
import { jsonParse } from "https://dotland.deno.dev/x/proc@0.21.9/mod.ts";

Convert JSON-encoded lines into objects.

Parameters

items: AsyncIterable<string>

The JSON-encoded lines.

Returns

AsyncIterable<T>