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.
- Host: GitHub
- URL: https://github.com/stealjs/system-json
- Owner: stealjs
- License: mit
- Created: 2014-12-27T03:27:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-03-17T03:01:50.000Z (about 5 years ago)
- Last Synced: 2025-02-08T02:35:36.864Z (4 months ago)
- Language: JavaScript
- Size: 29.3 KB
- Stars: 1
- Watchers: 15
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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