Skip to content

raszi/node-jsonml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

JsonML library for node.js

Resources

Stars

Watchers

Forks

Packages

No packages published