Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
请让我知道是否有办法创建 json 单元匹配器,检查 json 文件中的给定元素是否为数组
{ "name":"John", "age":30, "cars":["Ford", "BMW", "Fiat"] }
例如,我想检查汽车应该是字符串数组。使用与以下类似的方式: ${json-unit.ignore-element} 用于忽略元素。