I am getting this output:
{"params":{"2":true,"3":true}}
I have printed this as (at PHP side):
$data = file_get_contents("php://input");
print($data);
I want to use that 2 and 3 values using loop at PHP side. But as I am trying, it is not json format (its doubt). So how can i use these values using loop?