Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/proc/src/transformers.ts>jsonParse

A high-level way to run child processes that is easy, flexible, powerful, and prevents resource leaks.
Go to Latest
function jsonParse
import { jsonParse } from "https://deno.land/x/proc@0.20.22/src/transformers.ts";

Convert JSON-encoded lines into objects.

Parameters

items: AsyncIterable<string>

The JSON-encoded lines.

Returns

AsyncIterable<T>