Created
September 17, 2022 14:57
-
-
Save anta40/8a3d634549bd226122c593c8ec1acfb6 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
{ | |
"data": [{ | |
"tanggal": "2022-09-17", | |
"detail": [{ | |
"id": 1, | |
"saving_id": 1 | |
}, | |
{ | |
"id": 2, | |
"saving_id": 2 | |
} | |
] | |
}, | |
{ | |
"tanggal": "2022-09-18", | |
"detail": [{ | |
"id": 1, | |
"saving_id": 1 | |
}, | |
{ | |
"id": 2, | |
"saving_id": 2 | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment