JSON News: JSON Schema and JSON Referencing Kris Zyp has been plugging away on a couple of interesting JSON topics: JSON Referencing Schemes There has been a lot of discussion about handling referencing schemes, so Kris has gotten the various ideas and summarized them. in Public bookmarkswith ajaxjsonprogramming
Using JSON in AJAX without using Eval JSON (JavaScript Object Notation) is a great way to return small amounts of data that is already in a usable JavaScript object format. However, one common use of JSON is to use an eval statement to execute the code. in Public bookmarkswith ajax.json