Kod php do odczytu ciągu JSON na serwerze

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