Posts Tagged ‘Add new tag’

Ajax tip: Use JSON format

Hi all,
The benefit of JSON on other formats is that it is recognized natively by JavaScript. This is huge advantage because you don’t need to write a code for parsing an XML document to extract the data and get it throught the net. So it saves time and it is faster.
The JSON format is [...]