jsonml

JsonML library


Keywords
json, xml, jsonml
License
GPL-2.0
Install
npm install jsonml@0.0.4

Documentation

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'));