Created
March 4, 2020 17:45
-
-
Save afaqk9394/3e07f07d1b9a0b1c80dbbf16fde68747 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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