Skip to main content
Module

x/proc/mod3.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.1/mod3.ts";

Convert objects into JSON-encoded lines.

Parameters

items: AsyncIterable<T>

The objects to convert.

Returns

AsyncIterable<string>