node-llsd
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i node-llsd

Weekly Downloads

0

Version

0.2.0

License

MIT

Unpacked Size

18.1 kB

Total Files

12

Last publish

Collaborators

  • nopjmp