JSON 数据格式

This commit is contained in:
YuCheng Hu 2021-09-01 16:15:22 -04:00
parent 1654988fe3
commit a32b2971ea
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
[ {
"bookId" : 1,
"title" : "A Song of Ice and Fire",
"author" : "George R. R. Martin"
}, {
"bookId" : 2,
"title" : "The Hitchhiker's Guide to the Galaxy",
"author" : "Douglas Adams"
}, {
"bookId" : 3,
"title" : "Hackers And Painters",
"author" : "Paul Graham"
} ]