Last active
August 29, 2015 14:10
-
-
Save pphetra/c74edb487c7234b32538 to your computer and use it in GitHub Desktop.
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
| { | |
| "success": true, | |
| "scores": [ | |
| { | |
| "id": 1, | |
| "studentid": "S001", | |
| "name": "นาย ก มีชัย", | |
| "score": 70 | |
| }, | |
| { | |
| "id": 2, | |
| "studentid": "S002", | |
| "name": "นาย ย กำชัย", | |
| "score": 80 | |
| }, | |
| { | |
| "id": 3, | |
| "studentid": "S003", | |
| "name": "นาย ชัย เหนื่อเมฆ", | |
| "score": 90 | |
| }, | |
| { | |
| "id": 4, | |
| "studentid": "S004", | |
| "name": "John", | |
| "score": 100 | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment