0.0.4 • Published 2 years ago

hdol v0.0.4

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

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago