homekde blogshoutboxbooksimpressum
     back to blog's home

Archive for February, 2006

JSON: The Fat-Free Alternative to XML

Sunday, February 12th, 2006

Recently I played around with AJAX. AJAX means Asynchronous JavaScript And XML as I am sure you know. However you don’t have to use XML for the data exchange. There is a more lightweight data interchange format available called JSON. It’s well suited for use on the web but it’s not limited to web applications. […]