forked from josedom24/curso_python3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathejemplo1.json
More file actions
52 lines (52 loc) · 1.43 KB
/
ejemplo1.json
File metadata and controls
52 lines (52 loc) · 1.43 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
{
"bookstore": {
"book": [
{
"title": {
"_lang": "en",
"__text": "Everyday Italian"
},
"author": "Giada De Laurentiis",
"year": "2005",
"price": "30.00",
"_category": "COOKING"
},
{
"title": {
"_lang": "en",
"__text": "Harry Potter"
},
"author": "J K. Rowling",
"year": "2005",
"price": "29.99",
"_category": "CHILDREN"
},
{
"title": {
"_lang": "en",
"__text": "XQuery Kick Start"
},
"author": [
"James McGovern",
"Per Bothner",
"Kurt Cagle",
"James Linn",
"Vaidyanathan Nagarajan"
],
"year": "2003",
"price": "49.99",
"_category": "WEB"
},
{
"title": {
"_lang": "en",
"__text": "Learning XML"
},
"author": "Erik T. Ray",
"year": "2003",
"price": "39.95",
"_category": "WEB"
}
]
}
}