0.4.0 • Published 8 years ago

sdxfjs v0.4.0

Weekly downloads
10
License
ISC
Repository
github
Last release
8 years ago

sdxfjs

Structured Data Exchange Format (SDXF) RFC 3072 http://www.ietf.org/rfc/rfc3072.txt

var SDXF = require("sdxfjs"); var $ = { get_data: 1, info_str: 2 };

var s = { get_data : { info_str: "Information" } } var ser = new SDXF.Serialize($); var des = new SDXF.Deserialize($); ser.pipe(des); ser.write(s); ser.end(); des.on('data',_chunk); function _chunk(data) { console.log(data); }

0.4.0

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago