Skip to content

Instantly share code, notes, and snippets.

@ksakae1216
Last active August 9, 2021 05:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ksakae1216/8917a2b21d19a07ca7d8c41a3bc0413a to your computer and use it in GitHub Desktop.
Save ksakae1216/8917a2b21d19a07ca7d8c41a3bc0413a to your computer and use it in GitHub Desktop.
{
"soccer": [
{ "id": 7, "name": "kubo", "position": "MF", "createdAt": "2021/08/09 10:00:00" },
{ "id": 10, "name": "doan", "position": "MF", "createdAt": "2021/08/09 10:00:00"},
{ "id": 4, "name": "yoshida", "position": "CB", "createdAt": "2021/08/09 10:00:00"}
],
"baseball": [
{ "id": 6, "name": "sakamoto", "position": "ショート", "createdAt": "2021/08/09 10:00:00" },
{ "id": 51, "name": "suzuki", "position": "センター", "createdAt": "2021/08/09 10:00:00" }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment