Get posted data json => array

// get posted data
$data = json_decode(file_get_contents("php://input"));

Last updated

Was this helpful?