dayFive:XML Parsing

This commit is contained in:
2024-10-10 11:03:26 -04:00
parent ae5c6152ec
commit 84238d7307
7 changed files with 209 additions and 13 deletions
+34
View File
@@ -0,0 +1,34 @@
{
"store": {
"books": [
{
"Author": "Harper Lee",
"Category": "Fiction",
"SerialNum": "BK001",
"Price": 10.99,
"Name": "To Kill a Mockingbird"
},
{
"Author": "George Orwell",
"Category": "Dystopian",
"SerialNum": "BK002",
"Price": 9.99,
"Name": "1984"
},
{
"Author": "J.R.R. Tolkien",
"Category": "Fantasy",
"SerialNum": "BK003",
"Price": 13.99,
"Name": "The Lord of the Rings"
},
{
"Author": "F. Scott Fitzgerald",
"Category": "Classic",
"SerialNum": "BK004",
"Price": 8.99,
"Name": "The Great Gatsby"
}
]
}
}
+11 -11
View File
@@ -77,17 +77,6 @@
"Software Architecture"
]
},
{
"id": "9",
"name": "Ian Clark",
"location": "Denver",
"phone": "+1-555-4455",
"courses": [
"C++",
"Game Development",
"Graphics Programming"
]
},
{
"id": "10",
"name": "Jessica Martinez",
@@ -99,6 +88,17 @@
"R Programming"
]
},
{
"id": "9",
"courses": [
"C++",
"Game Development",
"Graphics Programming"
],
"phone": "+1-555-4455",
"name": "Leena",
"location": "Denver"
},
{
"id": "9",
"courses": [