json loader for webpack
Installation
npm install json-loader
Usage
var json = require("json!./file.json");
// => returns file.json content as json parsed object
Don't forget to polyfill require if you want to use it in node.
See webpack documentation.