JSON
JavaScript
Object Notation
2023-04-11
心得 軟體考古系列:JSON 的故事 - 看板 Soft_Job - 批踢踢實業坊
JSON 的故事:Douglas Crockford 的訪談 | 軟體考古學家
eliang
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
}
工具
JSON Editor Online: JSON editor, JSON formatter, query JSON
Editor | JSON Crack
jnv
ynqa/jnv: interactive JSON filter using jq
$ curl -s
https://dummyjson.com/users
| jnv
blitz-js/superjson: Safely serialize JavaScript expressions to a superset of JSON, which includes Dates, BigInts, and more.
loggerhead/json4u
JSON For You | The best online JSON tool
2024-01-14
JSONの差分を取ってJSON Patchを得るにはdiffsonがおすすめ - Lambdaカクテル
瀏覽器擴充功能
JSONView