{ "qqq":"www", "eee":"rrr" }
$s = json_decode($_POST, true); var_dump($s);
Related questions
$s = json_decode(file_get_contents('php://input'));
var_dump($_POST);
Find more questions by tags JSONPHP
- Ericka_Rutherfo commented on June 5th 19 at 22:11