EXIficient / exificient.js

JavaScript Implementation of EXI and EXI for JSON
21 stars 3 forks source link

Provide Simple EXI4JSON API #3

Closed danielpeintner closed 8 years ago

danielpeintner commented 8 years ago

Similar to JSON

var json_str = JSON.stringify(obj); var obj = JSON.parse(json_str);

provide an easy way to call encode and decode...

danielpeintner commented 8 years ago

Commit https://github.com/EXIficient/exificient.js/commit/f8242330e0dc7f2bf3fe43227963bfb0b40a7db8 allows to use EXI4JSON.exify() and EXI4JSON.parse()