how to extract values from {"id":1, "name":Aakash} .
54 views
Skip to first unread message
aakash jain
unread,
Oct 12, 2016, 2:38:39 AM10/12/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to JsonPath
in the response I am getting
{
"id":1,
"name":"Aakash"
}
to extract name from response using json path extractor, getting warning com.atlantbh.jmeter.plugins.jsonutils.jsonpathextractor.JSONPathExtractor: Extract failed com.jayway.jsonpath.PathNotFoundException: No results for path: $['name']