Skip to content

Instantly share code, notes, and snippets.

@afaqk9394
Created March 4, 2020 18:04
Show Gist options
  • Save afaqk9394/b37fcbabd78d6cca3446bd1a77ff2300 to your computer and use it in GitHub Desktop.
Save afaqk9394/b37fcbabd78d6cca3446bd1a77ff2300 to your computer and use it in GitHub Desktop.
{
"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": "Learning XML"
},
"author": "Erik T. Ray",
"year": "2003",
"price": "39.95",
"_category": "WEB"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment