# lezer-json5

> Lezer parser for JSON5

Latest version **2.0.2** (published 2023-06-28) · MIT license · 0 weekly downloads

## Install

```sh
npm install lezer-json5
pnpm add lezer-json5
yarn add lezer-json5
bun add lezer-json5
```

## Health

**Score 30/100 (F)** — status: abandoned.

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

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.0.2 |
| Published | 2023-06-28 |
| First published | 2021-09-14 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Unpacked size | 47.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 5 |
| Author | Daniel Imfeld |
| Maintainers | dimfeld |
| Keywords | lezer, codemirror, json5 |

## Links

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

## Dependencies (1)

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

## Alternatives

- [@mapbox/jsonlint-lines-primitives](https://npm.io/package/@mapbox/jsonlint-lines-primitives.md) — 5.3M weekly downloads
- [reftools](https://npm.io/package/reftools.md) — 3.5M weekly downloads
- [@hey-api/openapi-ts](https://npm.io/package/@hey-api/openapi-ts.md) — 3.5M weekly downloads
- [@mapbox/geojson-rewind](https://npm.io/package/@mapbox/geojson-rewind.md) — 2.4M weekly downloads
- [turbo-stream](https://npm.io/package/turbo-stream.md) — 1.7M weekly downloads

## Recent versions

- 2.0.2 (latest) — 2023-06-28
- 2.0.1 — 2022-12-10
- 2.0.0 — 2022-12-10
- 1.0.2 — 2021-09-18
- 1.0.1 — 2021-09-16
- 1.0.0 — 2021-09-14

## README

# Lezer grammar for JSON5

This grammar takes much of its content from the [official Lezer JavaScript grammar](https://github.com/lezer-parser/javascript)
and [Joakker's tree-sitter JSON5 grammar](https://github.com/Joakker/tree-sitter-json5). It can be used with
CodeMirror 6 to parse the [JSON5 syntax](https://json5.org/).

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