Advertisement
KuoHsiangYu

productsData

Aug 25th, 2019
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.28 KB | None | 0 0
  1. {
  2.     "products": [
  3.         {
  4.             "title": "鉛筆",
  5.             "price": 10
  6.         },
  7.         {
  8.             "title": "原子筆",
  9.             "price": 25
  10.         },
  11.         {
  12.             "title": "直尺",
  13.             "price": 30
  14.         },
  15.         {
  16.             "title": "橡皮擦",
  17.             "price": 15
  18.         },
  19.         {
  20.             "title": "鉛筆盒",
  21.             "price": 120
  22.         }
  23.     ]
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement