# @lezer/json

> lezer-based JSON grammar

Latest version **1.0.3** (published 2024-12-29) · MIT license · 0 weekly downloads

## Install

```sh
npm install @lezer/json
pnpm add @lezer/json
yarn add @lezer/json
bun add @lezer/json
```

## Health

**Score 50/100 (C)** — status: stable.

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads.

Negative: stale.

## Facts

| | |
|---|---|
| Version | 1.0.3 |
| Published | 2024-12-29 |
| First published | 2021-08-11 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 3 |
| Unpacked size | 13.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 21 |
| Author | Arun Srinivasan |
| Maintainers | marijn |

## Links

- npm: https://www.npmjs.com/package/@lezer/json
- Repository: https://github.com/lezer-parser/json
- Homepage: https://github.com/lezer-parser/json#readme
- Issues: https://github.com/lezer-parser/json/issues
- npm.io page: https://npm.io/package/@lezer/json

## Dependencies (3)

- [@lezer/lr](https://npm.io/package/@lezer/lr.md) ^1.0.0
- [@lezer/common](https://npm.io/package/@lezer/common.md) ^1.2.0
- [@lezer/highlight](https://npm.io/package/@lezer/highlight.md) ^1.0.0

## Recent versions

- 1.0.3 (latest) — 2024-12-29
- 1.0.2 — 2023-12-28
- 1.0.1 — 2023-07-03
- 1.0.0 — 2022-06-06
- 0.16.0 — 2022-04-20
- 0.15.0 — 2021-08-11

## README

# @lezer/json

This is a JSON grammar for the [lezer](https://lezer.codemirror.net/) parser system.

Reference:
- https://www.json.org/json-en.html
- https://tools.ietf.org/html/rfc8259 (The latest IETF RFC – contains the latest full spec)

---
_Source: https://npm.io/package/@lezer/json · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
