forked from Zakaria/RestAssured
35 lines
731 B
JSON
35 lines
731 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
}
|