关于接口响应断言,我们之前了解过jsonschema进行断言的一种方式,今天我们再来了解一下另一种更灵活的方式—jsonpath!
{
"store": {
"book": [
{
"category": "reference",
"author": "Nigel Rees",
"title": "Sayings of the Century",
"price": 8.95
},
{
"category": "fiction",
"author": "Evelyn Waugh",
"title": "Sword of Honour",