-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathJSON dilema
More file actions
69 lines (64 loc) · 1.28 KB
/
JSON dilema
File metadata and controls
69 lines (64 loc) · 1.28 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
"platos" : {
"0":{
"0": {
"tipo": "Taco"
},
"1": {
"tipo": "Tostada"
}
}
"1":{
"0": {
"tipo": "Chimi"
},
"1": {
"tipo": "Tostada"
}
}
}
platos.0.1.tipo => "Tostada"
platos.0.1.tipo = "Flauta"
padre.plato.pieza
platos."8324"."7421".
{
"_id": {
"$id": "56d1d90208b7b15805000029"
},
"folio": "2264",
"estado": "Abierto",
"mesero": "Andres",
"mesa": "0",
"togo": "true",
"orden": {
"platos": [
{
"piezas": [
{
"nombre": "Gordita de asiento",
"tipo": "gorditas",
"variacion": "asiento",
"cantidad": 1, //Numero
"precio": 20,
"ingredientes": {
"Asiento": "true",
"Queso chihuahua": "true",
"Lechuga": "true",
"Cebolla": "true",
"Zanahoria": "true",
"Pepino": "true",
"Crema": "true",
"Queso blanco": "true",
"Gordita": "true"
},
"notas": "",
"estado": "",
"id": "2674"
}
],
"id": "5386"
}
]
},
"fecha": "Sat Feb 27 2016 10:12:24 GMT-0700 (MST)",
"version": "2.0"
}