nopjmp / node-llsd

LLSD parser in node using node-expat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-llsd npm npm

David

LLSD parser in node using node-expat. Pull Requests are accepted and encouraged.

###Example Usage###

var llsd = require('node-llsd');

llsd.parse('<llsd><undef /></llsd>', function(json) {
  console.log(json);
}, function(e) {
  console.log(e);
})

About

LLSD parser in node using node-expat

License:MIT License


Languages

Language:TypeScript 100.0%