JSON got Native Support in ECMAScript 5th Edition
ECMA has approved the 5th edition of ECMAScript. This includes the native support of JSON. This will help in using JSON in more secure way and it will also allow faster parsing of JSON. JSON is used widely as data interchange format. It is used in place of XML. Many think that XML is overly loaded and [...]

