PHP -Code zum Lesen von JSON -String auf dem Server

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