Skip to main content
Module

x/proc/mod.ts>jsonStringify

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

Convert objects into JSON-encoded lines.

Parameters

items: AsyncIterable<T>

The objects to convert.

Returns

AsyncIterable<string>