$input = file_get_contents("php://input"); $input = json_decode($input,true); var_dump($input);
$input = file_get_contents("../XX.json");