Skip to content

Instantly share code, notes, and snippets.

@scalabilitysolved
Created April 12, 2016 08:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scalabilitysolved/a4bb2486ecc92736d186a4c377a967f2 to your computer and use it in GitHub Desktop.
Save scalabilitysolved/a4bb2486ecc92736d186a4c377a967f2 to your computer and use it in GitHub Desktop.
{ "_id" : { "$oid" : "57037ae071df3738ecf2b4d7" }, "companyId" : 102, "active" : true, "name" : "Owen Convey", "age" : 29, "location" : "Barcelona", "createdAt" : { "$date" : 1457009690129 }, "updatedAt" : { "$date" : 1457014037417 } }
{ "_id" : { "$oid" : "57037b4571df3738ecf2b4d8" }, "companyId" : 102, "active" : true, "name" : "John Doe", "age" : 43, "location" : "London", "createdAt" : { "$date" : 1451825690129 }, "updatedAt" : { "$date" : 1454497637417 } }
{ "_id" : { "$oid" : "57037b9371df3738ecf2b4d9" }, "companyId" : 102, "active" : false, "name" : "Lionel Messi", "age" : 28, "location" : "Barcelona", "createdAt" : { "$date" : 1404412461129 }, "updatedAt" : { "$date" : 1404385637417 } }
{ "_id" : { "$oid" : "57037bc671df3738ecf2b4da" }, "companyId" : 68, "active" : true, "name" : "Cristiano Ronaldo", "age" : 31, "location" : "Madrid", "createdAt" : { "$date" : 1435948461129 }, "updatedAt" : { "$date" : 1435921637417 } }
{ "_id" : { "$oid" : "570cb47724845339111ace28" }, "companyId" : 68, "active" : true, "name" : "Unknown Transfer", "createdAt" : { "$date" : 1435948461129 }, "updatedAt" : { "$date" : 1435921637417 } }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment