Hyperdescribe for HAL+JSON Media Type
This is a library for converting from HAL+JSON to Hyperdescribe and back
Usage
To install:
npm install hyperdescribe-hal-json
Converting to Hyperdescribe
var halDoc = HyperdescribehalJSON = hyperdescribeDoc = HyperdescribeHalJSON;
Converting from Hyperdescribe
var hyperdescribeDoc = HyperdescribehalJSON = halDoc = HyperdescribeHalJSON;
Browser Version
There is also a browser version in the dist
directory.
Documented Code
Literate Coffeescript was used to document the code.