{
"response":{
"statusCode":"00",
"status":"success",
"responseData":
[
{
"status":1,
"themeID":27,
"themeName":"ThemeName25",
"templateId":22
}
},
{
"status":1,
"themeID":28,
"themeName":"ThemeName28",
"templateId":28
}
}
]
}
Here need to extract the json values from first and second array But without the use of jmeter plugins like JSON PATH EXTRACTOR. Can anyone suggest the idea for this?