Skip to main content
Module

x/proc/mod3.ts>jsonStringify

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

Convert objects into JSON-encoded lines.

Parameters

items: AsyncIterable<T>

The objects to convert.

Returns

AsyncIterable<string>