jsonml

0.0.4 • Public • Published

JsonML

JSON Markup Language library for node.js.

Build Status

About

This is a simple library implements the array specification of the JsonML library.

Only parsing is supported yet.

Usage

var
  fs    = require('fs'),
  parse = require('jsonml').parse;
 
var jsonML = parse(fs.readFileSync('myfile.xml'));

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.4
    7
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.4
    7
  • 0.0.3
    1
  • 0.0.2
    1
  • 0.0.1
    1

Package Sidebar

Install

npm i jsonml

Weekly Downloads

7

Version

0.0.4

License

none

Last publish

Collaborators

  • raszi