Skip to content

Instantly share code, notes, and snippets.

@pphetra
Last active August 29, 2015 14:10
Show Gist options
  • Select an option

  • Save pphetra/c74edb487c7234b32538 to your computer and use it in GitHub Desktop.

Select an option

Save pphetra/c74edb487c7234b32538 to your computer and use it in GitHub Desktop.
{
"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