Abstract
JSON has been introduced as a lighter alternative to the XML for storing
and exchanging structured
information in the web domain. It is typically used with Ajax and REST web
service technologies, providing less overhead and a lighter structure than the
traditional XML. However, the problem with both JSON and XML is the usage of
the binary content embedded in the wire formatted structures. This paper
introduces a JUNC encoding method that tackles the excessive overhead as well
as the slow
encoding and decoding of more traditional binary-to-text encoding methods like
Base64. JUNC takes into account the properties of the serialised JSON and is
able to achieve better results faster than any other of the encoding methods
tested.
Original language | English |
---|---|
Title of host publication | Proceedings of the 2010 International Conference on Semantic Web and Web Services, SWWS 2010 |
Publisher | CSREA Press |
Pages | 100-104 |
ISBN (Print) | 1-60132-161-9, 978-1-6013-2161-9 |
Publication status | Published - 2010 |
MoE publication type | A4 Article in a conference publication |
Event | International Conference on Semantic Web & Web Services, SWWS 2010 - Las Vegas, Nev., United States Duration: 12 Jul 2010 → 15 Jul 2010 |
Conference
Conference | International Conference on Semantic Web & Web Services, SWWS 2010 |
---|---|
Abbreviated title | SWWS 2010 |
Country/Territory | United States |
City | Las Vegas, Nev. |
Period | 12/07/10 → 15/07/10 |
Keywords
- Binary-to-text
- JSON
- REST
- web services