Código PHP para ler String JSON no servidor

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