视图
JSON数据
获取网络json
粘贴
复制
格式化
删除空格
删除空格并转义
回到首页
关于
Online JSON Viewer
About JSON
JSON
, short for
JavaScript Object Notation
, is a lightweight computer data interchange format. It is a text-based, human-readable format for representing simple data structures and associative arrays (called objects).
Read more:
json.org
,
wikipedia
,
google
,
朝军的博客
Example
{
"firstName"
:
"John"
,
"lastName"
:
"Smith"
,
"address"
:
{
"streetAddress"
:
"21 2nd Street"
,
"city"
:
"New York"
,
"state"
:
"NY"
,
"postalCode"
:
"10021"
}
,
"phoneNumbers"
:
[
{
"type"
:
"home"
,
"number"
:
"212 555-1234"
}
,
{
"type"
:
"fax"
,
"number"
:
"646 555-4567"
}
]
}
About Online JSON Viewer
The application using
Ext JS
.
Author: {gabor}
2009.
返回首页
获取网络json数据
请输入Json网络地址:
例如:
http://www.cjblog.org/test.json
注意:
此数据是Google云服务器采集,请不要输入您的本地或者局域网json地址,如果长时间没有动静,请刷新重试
申明:
本站绝对不保留您的任何json数据,请放心使用
true
false