Last active
August 25, 2020 04:39
-
-
Save mingderwang/5da8222f8a75556f2d69d9bbe6c3642f to your computer and use it in GitHub Desktop.
demo.json for Python Taiwan 讀書會
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"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": "" | |
} | |
] |
謝謝老師~現在在想gist的資料即能不能拿來做chatbot的遠端資料。
謝謝老師~現在在想gist的資料即能不能拿來做chatbot的遠端資料。
如果你資料是固定的, 當然可以
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
你可以幫我按右上角的 Star (一個讚)