小编swa*_*l.s的帖子

使用Jmeter中的"Json Path Extractor"从JSON响应中提取多个值

{
    "response_time": 0.014376163482666016,
    "applications": [
        {
            "api_key": "blted0e7982e1cf62a8",
            "name": "gta",
            "uid": "gta",
            "account_name": "jack"
        },
        {
            "api_key": "blt1423c40d23e4a423",
            "name": "cellapp",
            "uid": "cellapp",
            "account_name": "max"
        }
    ]
}
Run Code Online (Sandbox Code Playgroud)

请帮我提取account_name = max使用Jmeter Json Path Extractor.

json jmeter jsonpath

4
推荐指数
1
解决办法
1万
查看次数

标签 统计

jmeter ×1

json ×1

jsonpath ×1