Created
August 11, 2020 08:34
-
-
Save yycking/634acc4074bf72bd28f05bb5a5472910 to your computer and use it in GitHub Desktop.
sample data https://ithelp.ithome.com.tw/questions/10199592
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
| [ | |
| { | |
| "User_na": "A", | |
| "Total": "a", | |
| "Scene_No": "1" | |
| }, | |
| { | |
| "User_na": "B", | |
| "Total": "b", | |
| "Scene_No": "2" | |
| }, | |
| { | |
| "User_na": "C", | |
| "Total": "c", | |
| "Scene_No": "3" | |
| } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment