JSON (JavaScript Object Notation), is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is used by many other technologies like PHP and Java for data interchange format over the Internet. What is JSON? JSON is ultra-weight data interchange data format [...]
Archive for the ‘Json’ Category
Json Tutorial for beginners
February 25th, 2011
admin What does it stand for? JavaScript Object Notation. And what does that mean? JSON is a syntax for passing around objects that contain name/value pairs, arrays and other objects. Here’s a tiny scrap of JSON: {“skillz”: { “web”:[ {"name": "html", "years": "5" }, {"name": "css", "years": "3" }], “database”:[ {"name": "sql", "years": "7" }] }} [...]




Posted in