# ember-cli-json-module

> Import JSON files into your ember-cli app.

Latest version **1.0.0** (published 2018-09-13) · MIT license · 0 weekly downloads

## Install

```sh
npm install ember-cli-json-module
pnpm add ember-cli-json-module
yarn add ember-cli-json-module
bun add ember-cli-json-module
```

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2018-09-13 |
| First published | 2015-03-25 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 8.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 12 |
| Author | Dray Lacy |
| Maintainers | omghax |
| Keywords | ember-addon, ember, json, es6, modules |

## Links

- npm: https://www.npmjs.com/package/ember-cli-json-module
- Repository: https://github.com/IvyApp/ember-cli-json-module
- Issues: https://github.com/IvyApp/ember-cli-json-module/issues
- npm.io page: https://npm.io/package/ember-cli-json-module

## Dependencies (1)

- [broccoli-json-module](https://npm.io/package/broccoli-json-module.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

- 1.0.0 (latest) — 2018-09-13
- 0.0.3 — 2016-10-24
- 0.0.2 — 2015-04-01
- 0.0.1 — 2015-03-25

## README

# ember-cli-json-module

This addon adds support for importing JSON files into your Ember CLI app, using
[broccoli-json-module](https://github.com/ghempton/broccoli-json-module).

## Installation / Usage

From within your Ember CLI application, run the following:

```sh
ember install ember-cli-json-module
```

Then, any JSON files in either `app` or `tests` will be converted to ES6
modules that you can import like so:

```js
import myFixture from 'my-app/tests/fixtures/my-fixture';
```

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