0.0.4 • Published 3 years ago

hdol v0.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

HyperData Object Language (HDOL)

Usage:

const HDOL = require("hdol");
hdolObject = HDOL.render(inputObject,hyperDataObject,outputTemplate);
console.log(JSON.stringify(hdolObject));
  • At the moment, all objects must be javascript objects (not JSON strings)
  • All objects are required but can be {}
0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago