An open API service indexing awesome lists of open source software.

https://github.com/dalisoft/json-lint-benchmark


https://github.com/dalisoft/json-lint-benchmark

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# json-lint-benchmark

## Requires

- [Bun](https://bun.sh)
- [Node](https://nodejs.org/en) **OPTIONAL**

## Installation

1. Clone this repo
2. Run `bun install`

## Running

Run `./benchmark.sh`

## Results

See [results folder](./results/)

## Note

- `twitter` data is not validated and/or linted by `jsona` because library still
not complete yet

## Discussions

- [biomejs](https://github.com/biomejs/biome/discussions/2315)
- [dprint-plugin-json](https://github.com/dprint/dprint-plugin-json/issues/35)
- [jsona](https://github.com/jsona/jsona/issues/52)

## Pull Requests

This PR should improve of project binary startup time for `npm`

- [biome](https://github.com/biomejs/biome/pull/2359)
- [dprint](https://github.com/dprint/dprint/pull/840),
- OR [dprint PR 2](https://github.com/dprint/dprint/pull/839)
- [oxlint](https://github.com/oxc-project/oxc/pull/2920)