EXI for JSON - Publication of First Public Working Draft

All,

Just in case you haven't noticed. The first public working draft of "EXI for JSON" has been published. [1]

EXI for JSON allows one to convert JSON documents in an efficient representation by means of EXI. Lossless round-trip conversion back to the original JSON structures is supported too.

For people that would like to play a bit with it there are already some early implementations available in Java [2, 3], JavaScript [4] and C [5].



-- Daniel

[1] https://www.w3.org/TR/2016/WD-exi-for-json-20160128/
[2] https://github.com/EXIficient/exificient-for-json, Java library
[3] https://github.com/EXIficient/exificient-gui, Java GUI
[4] http://exificient.github.io/javascript/demo/processJSON.html, JavaScript Demo
[5] https://github.com/EXIficient/exificient-for-json.c, C implementation

Received on Wednesday, 3 February 2016 10:41:47 UTC