Skip to content

Instantly share code, notes, and snippets.

@vikramIde
Created August 4, 2018 07:17
Show Gist options
  • Save vikramIde/91b87a4d13f48315e78c138cab0bffbf to your computer and use it in GitHub Desktop.
Save vikramIde/91b87a4d13f48315e78c138cab0bffbf to your computer and use it in GitHub Desktop.
[
{
id: 1,
sourceAccount: "A",
targetAccount: "B",
amount: 100,
category: "eating_out",
time: "2018-03-02T10:33:00.000Z"
},
{
id: 2,
sourceAccount: "A",
targetAccount: "B",
amount: 100,
category: "eating_out",
time: "2018-03-02T10:33:50.000Z"
},
{
id: 3,
sourceAccount: "A",
targetAccount: "B",
amount: 100,
category: "eating_out",
time: "2018-03-02T10:34:30.000Z"
},
{
id: 4,
sourceAccount: "A",
targetAccount: "B",
amount: 100,
category: "eating_out",
time: "2018-03-02T10:36:00.000Z"
},
{
id: 5,
sourceAccount: "A",
targetAccount: "C",
amount: 250,
category: "other",
time: "2018-03-02T10:33:00.000Z"
},
{
id: 6,
sourceAccount: "A",
targetAccount: "C",
amount: 250,
category: "other",
time: "2018-03-02T10:33:05.000Z"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment