Código PHP para leer la cadena JSON en el servidor

$str_json = file_get_contents('php://input');
Cheerful Copperhead