Example unit test for the article "Count with JsonPath"

This commit is contained in:
psysane
2018-06-11 00:19:21 +05:30
parent ce4b42926f
commit 8ebe69f176
2 changed files with 67 additions and 0 deletions
@@ -0,0 +1,21 @@
{
"items": {
"book": [
{
"author": "Arthur Conan Doyle",
"title": "Sherlock Holmes",
"price": 8.99
},
{
"author": "J. R. R. Tolkien",
"title": "The Lord of the Rings",
"isbn": "0-395-19395-8",
"price": 22.99
}
],
"bicycle": {
"color": "red",
"price": 19.95
}
}
}