Blame view

node_modules/loopback-datasource-juggler/test/memory.json 158 Bytes
f7563de62   Palak Handa   first commit
1
2
3
4
5
6
7
8
9
10
11
  {
    "ids": {
      "User": 4
    },
    "models": {
      "User": {
        "2": "{\"name\":\"John1\",\"id\":2}",
        "3": "{\"name\":\"John3\",\"id\":3}"
      }
    }
  }