JSON
JavaScript Object Notation
code:json
{
"key1": "value1",
"key2": "value2",
"key3": "value3"
}
對應值
字串
{ "hello": "world" }
數值
{ "id": 1 }
null
{ "id": null }
boolean
{ isOpen: true }
object
code:json
{
"property": {
"pubDate": "2023/07/32",
"views": 65536
}
}
array
code:json
{
"trophy": 1, 3, 7, 10, 12
}
歷史
2023-04-11 心得 軟體考古系列:JSON 的故事 - 看板 Soft_Job - 批踢踢實業坊
JSON 的故事:Douglas Crockford 的訪談 | 軟體考古學家
eliang
工具
jq
jq
jnv
ynqa/jnv: interactive JSON filter using jq
$ curl -s https://dummyjson.com/users | jnv
JSON Editor Online
JSON Editor Online: JSON editor, JSON formatter, query JSON
JSON Crack
Editor | JSON Crack
JSON For You
loggerhead/json4u
JSON For You | The best online JSON tool
jsontr.ee
xzitlou/jsontr.ee: Effortlessly visualize JSON structures as dynamic tree diagrams
瀏覽器擴充功能
JSONView
superjson
blitz-js/superjson: Safely serialize JavaScript expressions to a superset of JSON, which includes Dates, BigInts, and more.
2024-01-14 JSONの差分を取ってJSON Patchを得るにはdiffsonがおすすめ - Lambdaカクテル