Created
November 2, 2015 18:08
-
-
Save danared/f8d3ab5f08f6d20e2931 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
{ | |
{ | |
"_id": ObjectId("56005dda80c3678b19799e52"), | |
"amount": 3000000, | |
"date": ISODate("2012-04-19T00:00:00Z"), | |
"address": { | |
"nameOrNumber": "TEMPLE FERRY PLACE", | |
"street": "MILL LANE", | |
"town": "MAIDENHEAD", | |
"county": "WINDSOR AND MAIDENHEAD", | |
"postcode": "SL6 5ND" | |
} | |
}, | |
... | |
{ | |
"_id": ObjectId("56005dda80c3678b19799e5c"), | |
"amount": 5425000, | |
"date": ISODate("1999-03-15T00:00:00Z"), | |
"address": { | |
"nameOrNumber": "2 - 3", | |
"street": "THE SWITCHBACK", | |
"town": "MAIDENHEAD", | |
"county": "WINDSOR AND MAIDENHEAD", | |
"postcode": "SL6 7RJ" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment