mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 21:34:06 -06:00
vault backup: 2022-07-29 11:50:56
This commit is contained in:
parent
ea8aab673c
commit
eb1fbfa83e
@ -80,3 +80,24 @@ fetchPromise
|
|||||||
console.error('could not get products: ${error}')
|
console.error('could not get products: ${error}')
|
||||||
})
|
})
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# JSON
|
||||||
|
|
||||||
|
Javasript Object Notionation
|
||||||
|
|
||||||
|
``` json
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"name": "john",
|
||||||
|
"type": "person"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "bob",
|
||||||
|
"type": "person"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "sally",
|
||||||
|
"type": "person"
|
||||||
|
},
|
||||||
|
]
|
||||||
|
```
|
||||||
Loading…
Reference in New Issue
Block a user