标签: jsonpath
我有一个json文档,并且在该文档中,我有一个要严格验证的对象:如果有意外属性,我想抛出一个断言错误。
但是为了做到这一点,我需要列出特定对象的所有属性(属性值)。我该如何使用jsonpath?
https://github.com/json-path/JsonPath