jsoncompat 0.4.0

JSON Schema and OpenAPI Compatibility Checker
Documentation
# jsoncompat.com

Source for the public `jsoncompat` website and interactive documentation.

## Run locally

```bash
pnpm install
pnpm start
```

## Validate changes

```bash
pnpm check
pnpm test
pnpm build
```

`pnpm build` also emits the Slidev presentation into `public/deck` so it is served from `/deck/`.

## More detail

- [Public docs]https://jsoncompat.com
- [Repository README]../../readme.md
- [Developer guide]../../developing.md for repository-wide validation and architecture notes