Complete JSON tutorial: learn JSON quickly
Complete JSON t utorial : learn JSON quickly JavaScript Object Notation, or the more commonly known abbreviation JSON, is widely used in various applications. Its purpose is to simplify communication, the most common is communication between the browser and the server. Although there are, the reverse is also true. In your development process, you will inevitably encounter JSON. This article hopes to give you an understanding of how to use it. A Basic Introduction When you dive into JSON it is very easy to use, it is just plain text constructed in a certain way. If you've never seen it with your own eyes before, now is a good time to show a small example. This is what it looks like-- { "SiteName": "CodeWall", "ArticleName": "JSON Tutorials", "Revision": 1 } JSON Data Types: JavaScript's object notation can handle almost all types of data you might need. This is of course a very powerful tool, and being able to handle