all repos — litestore @ 57a4a616c9824be24be31e70fa943c45b4cb4f10

A minimalist nosql document store.

test/data/5.json

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
{
  "_id": "5a6c5660d67cd83953572b88",
  "index": 4,
  "guid": "a3212724-6b16-405f-b826-a395e2b92e2d",
  "isActive": true,
  "balance": "$3,546.05",
  "picture": "http://placehold.it/32x32",
  "age": 21,
  "eyeColor": "brown",
  "name": {
    "first": "Lee",
    "last": "Morgan"
  },
  "company": "UNDERTAP",
  "email": "lee.morgan@undertap.biz",
  "phone": "+1 (807) 472-3642",
  "address": "192 Bokee Court, Benson, Guam, 7454",
  "about": "Qui proident nisi cillum excepteur id Lorem dolor occaecat. Occaecat nulla consectetur do officia magna dolore mollit officia et aute ipsum. Magna exercitation sint eu consequat non esse cillum officia et voluptate. Est sunt reprehenderit id officia elit ut ullamco ullamco do amet veniam deserunt. Sit quis dolore laboris non eu ad labore minim incididunt sit officia. Ut ipsum dolor sunt cupidatat incididunt nulla pariatur eu nisi et irure dolor laborum.",
  "registered": "Friday, August 14, 2015 7:59 PM",
  "latitude": "-48.116808",
  "longitude": "142.448418",
  "tags": [
    "occaecat",
    "ea",
    "cillum",
    "non",
    "enim"
  ],
  "range": [
    0,
    1,
    2,
    3,
    4,
    5,
    6,
    7,
    8,
    9
  ],
  "friends": [
    {
      "id": 0,
      "name": "Shaffer Lamb"
    },
    {
      "id": 1,
      "name": "Dawn Hester"
    },
    {
      "id": 2,
      "name": "Leanne Lucas"
    }
  ],
  "greeting": "Hello, Lee! You have 5 unread messages.",
  "favoriteFruit": "apple"
}