Kode PHP untuk membaca string JSON di server

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