JSON ( A JSON is built on two structures:A collection of name/value pairs. In different languages, this is understood as an object, record, struct, dictionary, hash table, keyed list, or associative array. An ordered list of values. In most languages, this is understood as an array. 2. JSON format1. ObjectAn object is an unordered collection of name/value pairs. An object starts with a "{" (left bracket) and ends with a "}" (right bracket). Each "name" is followed by a ":" (colon); "name/value" pairs are separated by "," (commas). 2. ArraysAn array is an ordered collection of values. An array starts with "[" (left bracket) and ends with "]" (right bracket). Use "," (comma) to separate values. The content of the three values A Four ExamplesNote: The string must be enclosed in double quotes. Arrays and objects can be nested within arrays { "name": "BeJson", "url": "http://www.bejson.com", "page": 88, "isNonProfit": true, "address": { "street": "Technology Park Road.", "city": "Suzhou, Jiangsu", "country": "China" }, "links": [ { "name": "Google", "url": "http://www.google.com" }, { "name": "Baidu", "url": "http://www.baidu.com" }, { "name": "SoSo", "url": "http://www.SoSo.com" } ] } SummarizeThis article ends here. I hope it can be helpful to you. I also hope you can pay more attention to more content on 123WORDPRESS.COM! You may also be interested in:
|
>>: Summary of four ways to introduce CSS (sharing)
HTML forms are used to collect different types of...
The image can be saved on hub.docker.com, but the...
Table of contents Preface Instruction Basics Hook...
For example, he enters: XML/HTML Code div#page>...
This article will introduce how to save IP addres...
In web page production, input and img are often pl...
Preface The docker image cannot be deleted. Check...
1. Let’s take a look at the effect first Data ret...
Written in the opening: Absolute said: "Rela...
This article shares the specific code of JavaScri...
Exposing network ports In fact, there are two par...
1. Enable remote access to the docker server Log ...
Preface Semicolons in JavaScript are optional, an...
Write at the beginning This article only covers E...
1. Overview of SQLException When an error occurs ...