PHP -код для чтения строки JSON на сервере

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