Skip to main content
Home
This release is 22 versions behind 1.0.2 — the latest version of @std/json. Jump to latest

(Streaming) parsing and serializing of JSON files

This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
This package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
This package works with Browsers
JSR Score
100%
Published
2 years ago (0.210.0)

Utilities for parsing streaming JSON data.

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@std/json

Import symbol

import * as json from "@std/json";
or

Import directly with a jsr specifier

import * as json from "jsr:@std/json";

Add Package

pnpm i jsr:@std/json
or (using pnpm 10.8 or older)
pnpm dlx jsr add @std/json

Import symbol

import * as json from "@std/json";

Add Package

yarn add jsr:@std/json
or (using Yarn 4.8 or older)
yarn dlx jsr add @std/json

Import symbol

import * as json from "@std/json";

Add Package

vlt install jsr:@std/json

Import symbol

import * as json from "@std/json";

Add Package

npx jsr add @std/json

Import symbol

import * as json from "@std/json";

Add Package

bunx jsr add @std/json

Import symbol

import * as json from "@std/json";