Last active
January 31, 2020 07:57
-
-
Save secretdataz/7f821e19175211a0ff862561f4488a58 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
| { | |
| "donations": [ | |
| ], | |
| "expenses": [ | |
| { | |
| "expectedDate": "2020-01-07", | |
| "amount": 150 | |
| }, | |
| { | |
| "expectedDate": "2020-02-07", | |
| "amount": 150 | |
| }, | |
| { | |
| "expectedDate": "2020-03-07", | |
| "amount": 150 | |
| }, | |
| { | |
| "expectedDate": "2020-03-07", | |
| "amount": 150 | |
| }, | |
| { | |
| "expectedDate": "2020-04-07", | |
| "amount": 150 | |
| }, | |
| { | |
| "expectedDate": "2020-05-07", | |
| "amount": 150 | |
| }, | |
| { | |
| "expectedDate": "2020-06-07", | |
| "amount": 150 | |
| }, | |
| { | |
| "expectedDate": "2020-07-07", | |
| "amount": 150 | |
| }, | |
| { | |
| "expectedDate": "2020-08-07", | |
| "amount": 150 | |
| }, | |
| { | |
| "expectedDate": "2020-09-07", | |
| "amount": 150 | |
| }, | |
| { | |
| "expectedDate": "2020-10-07", | |
| "amount": 150 | |
| }, | |
| { | |
| "expectedDate": "2020-11-07", | |
| "amount": 150 | |
| }, | |
| { | |
| "expectedDate": "2020-12-07", | |
| "amount": 150 | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment