This release is 11 versions behind 1.0.2 — the latest version of @std/json. Jump to latest
Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
(Streaming) parsing and serializing of JSON files
This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers




JSR Score
100%
Published
2 years ago (0.218.2)
default
Utilities for parsing streaming JSON data.
c
c
JsonParseStream
Parse each chunk as JSON.
c
JsonStringifyStream
Convert each chunk to JSON string.
T
JsonValue
The type of the result of parsing JSON.
I
ParseStreamOptions
Options for JsonParseStream and
ConcatenatedJsonParseStream.
I
StringifyStreamOptions
Options for JsonStringifyStream.
T
JsonValue
The type of the result of parsing JSON.
I
ParseStreamOptions
Options for JsonParseStream and
ConcatenatedJsonParseStream.
c
c
JsonParseStream
Parse each chunk as JSON.
c
JsonStringifyStream
Convert each chunk to JSON string.
I
StringifyStreamOptions
Options for JsonStringifyStream.