Lightweight AJAX without XML

Today I have read a very interesting article about an alternate data-interchange format called JSON (JavaScript Object Notation). It can be used in exchange for XML in your AJAX applications. At the moment there exist JSON implementations for almost all popular programming languages (PHP, Java, JavaScript, C++, C#, Ruby, …..).

Have a look at the official JSON Homepage at http://www.json.org.

Cheers,

Sebastian

Leave a Reply