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

https://github.com/stealjs/system-json

A JSON extension that detects JSON files.
https://github.com/stealjs/system-json

Last synced: 2 months ago
JSON representation

A JSON extension that detects JSON files.

Awesome Lists containing this project

README

        

# system-json

This is a plugin for [SystemJS](https://github.com/systemjs/systemjs) and
[StealJS](http://stealjs.com/) that makes it easy to work with JSON.

## Use

By running `json.js`, it will add its behavior to a System loader. Once it has been added, it
will check if each file looks like JSON. If it does, the JSON data will be returned as the module's value.

## License

MIT