其他分享
首页 > 其他分享> > json_json的定义/definition of json

json_json的定义/definition of json

作者:互联网

Json definition

权威定义

其他资料

json基本特点

JSON is purely a string with a specified data format — it contains only properties, no methods.

JSON requires double quotes to be used around strings and property names.

Even a single misplaced comma or colon can cause a JSON file to go wrong, and not work.

JSON can actually take the form of any data type that is valid for inclusion inside JSON, not just arrays or objects.

Unlike in JavaScript code in which object properties may be unquoted, in JSON only quoted strings may be used as properties.

Data types

JSON’s basic data types are:

标签:definition,定义,may,JSON,strings,json,any,name
来源: https://blog.csdn.net/xuchaoxin1375/article/details/122738178