Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 780 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 780 Bytes

jsonml.js

npm package NPM downloads Dependency Status

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