hson loader for webpack

March 15, 2015 ยท View on GitHub

What's hson? It's HanSON - JSON for Humans. https://github.com/timjansen/hanson

Usage

var hson = require("hson!./file.hson");
// => returns file.hson content as hson parsed object

License

MIT (http://www.opensource.org/licenses/mit-license.php)

Contents

  1. 1Usage
  2. 2License