- 0
- 0
- 约8.54千字
- 约 15页
- 2026-05-11 发布于新疆
- 举报
json面试题及答案
```json
{
questions:[
{
type:single_choice,
question:JSON的全称是什么?,
options:[JavaScriptObjectNotation,JavaScriptObjectNotation,JavaScriptObjectNetwork,JavaScriptObjectNumber],
answer:JavaScriptObjectNotation
},
{
type:single_choice,
question:JSON中用于表示对象的符号是什么?,
options:[(),[],{},],
answer:{}
},
{
type:single_choice,
question:JSON中用于表示数组的符号是什么?,
options:[(),[],{},],
answer:[]
},
{
type:single_choice,
question:JSON中如何表示布尔值?,
options:[true/false,yes/no,True/False,True/false],
answer:true/false
},
{
type:single_choice,
question:JSON中如何表示null?,
options:[null,NULL,Null,none],
answer:null
},
原创力文档

文档评论(0)