My JSON looks like this
{\"rows\":[
{\"key\":[\"zeit.de\"],\"value\":98},
{\"key\":[\"google.com\"],\"value\":49},
{\"key\":[\"spiegel.de\"],\"value\
JSON look like below: 2 scenario Url is common When pass the role -id
role- id/name has admin:
[{"Key":"value1"},{"key":"value2"},{"key":"value3"}]
role- id/name has Tester
[{"Key":"value1"},{"key":"value3"}]
no key:value2 is there for Tester
For example:
Global variable string a, b;
wants to take all of the values from the key-value Pair if it has value2 and value3 from the JSON
i.e.: admin go for a="both"
check Tester if it has only value3 then b="single"