Skip to content

Instantly share code, notes, and snippets.

@vikramIde
Created August 4, 2018 08:50
Show Gist options
  • Save vikramIde/f881f21a36f0bcf4ee5469f45de62cbf to your computer and use it in GitHub Desktop.
Save vikramIde/f881f21a36f0bcf4ee5469f45de62cbf 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: 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