Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/proc/mod3.ts>jsonParse

A better way to work with processes in Deno.
Go to Latest
function jsonParse
import { jsonParse } from "https://deno.land/x/proc@0.20.31/mod3.ts";

Convert JSON-encoded lines into objects.

Parameters

items: AsyncIterable<string>

The JSON-encoded lines.

Returns

AsyncIterable<T>