Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

std/json/mod.ts

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
import * as mod from "https://deno.land/std@0.209.0/json/mod.ts";

Utilities for parsing streaming JSON data.

Classes

Stream to parse Concatenated JSON.

Parse each chunk as JSON.

Convert each chunk to JSON string.

Interfaces

Optional object interface for JSONParseStream and ConcatenatedJsonParseStream.

Optional object interface for JsonStringifyStream.

Type Aliases

The type of the result of parsing JSON.