handle json request in PHP

<?php
   var_dump(json_decode(file_get_contents('php://input')));
?>

Leave a Comment