jsonml.js
May 17, 2016 ยท View on GitHub
JsonML-related tools.
Usage
npm install --save jsonml.js
// To import all the tools
const JsonML = require('jsonml.js');
// Only import some tools
const JsonML = require('jsonml.js/lib/utils');
API
jsonml.js/lib/utils
// TBD
License
MIT