-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata_mymodel.json
More file actions
47 lines (47 loc) · 853 Bytes
/
data_mymodel.json
File metadata and controls
47 lines (47 loc) · 853 Bytes
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
[
{
"fields": {
"atributo_boolean": false,
"atributo_int": 501,
"atributo_string": "valor1"
},
"model": "myApp.mymodel",
"pk": 1
},
{
"fields": {
"atributo_boolean": false,
"atributo_int": 402,
"atributo_string": "valor2"
},
"model": "myApp.mymodel",
"pk": 2
},
{
"fields": {
"atributo_boolean": false,
"atributo_int": 303,
"atributo_string": "valor3"
},
"model": "myApp.mymodel",
"pk": 3
},
{
"fields": {
"atributo_boolean": false,
"atributo_int": 204,
"atributo_string": "valor4"
},
"model": "myApp.mymodel",
"pk": 4
},
{
"fields": {
"atributo_boolean": false,
"atributo_int": 105,
"atributo_string": "valor5"
},
"model": "myApp.mymodel",
"pk": 5
}
]