Skip to content

Instantly share code, notes, and snippets.

@yoonjason
Created March 30, 2020 10:25
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 yoonjason/e1952ea3e3c37f342f3e748dda0e2661 to your computer and use it in GitHub Desktop.
Save yoonjason/e1952ea3e3c37f342f3e748dda0e2661 to your computer and use it in GitHub Desktop.
TEST
{
"superList": [
{
"id": "7974",
"userId": "9512",
"status": "WAITING",
"createdDate": "2020-03-30 14:55:29"
},
{
"id": "7973",
"userId": "9512",
"status": "WAITING",
"createdDate": "2020-03-30 14:55:29"
},
{
"id": "7970",
"userId": "9512",
"status": "WAITING",
"createdDate": "2020-03-25 15:31:59"
},
{
"id": "7969",
"userId": "9512",
"status": "WAITING",
"createdDate": "2020-03-25 15:31:59"
},
{
"id": "7968",
"userId": "9512",
"status": "WAITING",
"createdDate": "2020-03-25 15:31:59"
},
{
"id": "7967",
"userId": "9512",
"status": "WAITING",
"createdDate": "2020-03-23 21:35:25"
},
{
"id": "7962",
"userId": "9512",
"status": "WAITING",
"createdDate": "2020-03-18 18:20:14"
},
{
"id": "7961",
"userId": "9512",
"winNums": "1,2,3",
"status": "DONE",
"createdDate": "2020-03-18 12:29:01"
},
{
"id": "7960",
"userId": "9512",
"status": "DONE",
"createdDate": "2020-03-03 12:28:14"
},
{
"id": "7959",
"userId": "9512",
"status": "DONE",
"createdDate": "2020-03-03 12:28:03"
}
]
}
====================== 원하는 데이터 ==========================
{
"2020-03-30":[
{
"id": "7974",
"userId": "9512",
"status": "WAITING",
"createdDate": "2020-03-30 14:55:29"
},
{
"id": "7973",
"userId": "9512",
"status": "WAITING",
"createdDate": "2020-03-30 14:55:29"
}
],
"2020-03-25 " : [{
"id": "7970",
"userId": "9512",
"status": "WAITING",
"createdDate": "2020-03-25 15:31:59"
},
{
"id": "7969",
"userId": "9512",
"status": "WAITING",
"createdDate": "2020-03-25 15:31:59"
},
{
"id": "7968",
"userId": "9512",
"status": "WAITING",
"createdDate": "2020-03-25 15:31:59"
}],
"2020-03-18 " : [{
"id": "7970",
"userId": "9512",
"status": "WAITING",
"createdDate": "2020-03-18 15:31:59"
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment