Skip to content

Instantly share code, notes, and snippets.

@mingderwang
Last active August 25, 2020 04:39
Show Gist options
  • Save mingderwang/5da8222f8a75556f2d69d9bbe6c3642f to your computer and use it in GitHub Desktop.
Save mingderwang/5da8222f8a75556f2d69d9bbe6c3642f to your computer and use it in GitHub Desktop.
demo.json for Python Taiwan 讀書會
[
{
"id": 1,
"name": "王銘德",
"amount": 345.33,
"Remark": "Pays on time"
},
{
"id": 2,
"name": "Sam \"Mad Dog\" Smith",
"amount": 993.44,
"Remark": ""
},
{
"id": 3,
"name": "Barney & Company",
"amount": 0,
"Remark": "Great to work with\nand always pays with cash."
},
{
"id": 4,
"name": "Johnson's Automotive",
"amount": 2344,
"Remark": ""
}
]
@mingderwang
Copy link
Author

你可以幫我按右上角的 Star (一個讚)

@May27Oliver
Copy link

May27Oliver commented Aug 16, 2020

謝謝老師~現在在想gist的資料即能不能拿來做chatbot的遠端資料。

@mingderwang
Copy link
Author

謝謝老師~現在在想gist的資料即能不能拿來做chatbot的遠端資料。

如果你資料是固定的, 當然可以

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment