# @proload/plugin-json

> A proload plugin to support .json and .jsonc files

Latest version **0.3.1** (published 2022-04-26) · MIT license · 0 weekly downloads

## Install

```sh
npm install @proload/plugin-json
pnpm add @proload/plugin-json
yarn add @proload/plugin-json
bun add @proload/plugin-json
```

## Health

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

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.3.1 |
| Published | 2022-04-26 |
| First published | 2021-02-10 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Unpacked size | 2.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 80 |
| Author | Nate Moore |
| Maintainers | natemoo-re |
| Keywords | proload-plugin, json |

## Links

- npm: https://www.npmjs.com/package/@proload/plugin-json
- Repository: https://github.com/natemoo-re/proload
- Homepage: https://github.com/natemoo-re/proload#readme
- Issues: https://github.com/natemoo-re/proload/issues
- npm.io page: https://npm.io/package/@proload/plugin-json

## Dependencies (1)

- [jsonc-register](https://npm.io/package/jsonc-register.md) ^0.2.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

- 0.3.1 (latest) — 2022-04-26
- 0.3.1-next.0 (next) — 2022-04-26
- 0.3.0 — 2022-03-20
- 0.2.0 — 2021-11-09
- 0.1.1 — 2021-11-09
- 0.1.0 — 2021-02-10

## README

# `@proload/plugin-json`

Enables the loading of `[namespace].config.json` files using [`@proload/core`](https://github.com/natemoo-re/proload).

```js
import load from '@proload/core';
import json from '@proload/plugin-json';

load.use([json]);
await load('namespace');
```

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