Paper Title
TD-JSON: Template Defined JSON For Efficient Storage And Transmission

Abstract
JSON (Java Script Object Notation) based on the ordered name/value pair scheme is widely used for data interexchange within the internet. Beside internet usage, serialization of JSON objects is also supported by most mainstream relational and non-relational (NOSQL) database systems. However, the repetition of name attribute contributes significantly towards the storage and transmission payload. This impacts the storage and bandwidth consumption costs that are most notable within mobile devices utilizing cellular networks for internet connection. Furthermore, a small change within the shape of server returned JSON payload can lead to parsing issues on the client side. To overcome these issues, we propose a template driven JSON scheme that separates the shape definition from the data yielding reduced storage and transmission footprint that also ensures type safety. Keywords - JSON, Template, Internet, Mobile, Data, Storage, Transmission