JSON 教程
JSON 语法
JSON 布尔值可以是 true 或者 false
源代码:
点击运行 »
{ "flag": true }
1
{
2
"flag": true
3
}
运行结果:
点击运行 »