0.0.4 • Published 1 year ago

hdol v0.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year 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

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago