root/LayoutTests/http/tests/inspector/network/resources/json.php

/* [<][>][^][v][top][bottom][index][help] */
<?php
header("Content-Type: " . (isset($_GET["type"]) ? $_GET["type"] : "application/json"));
?>
{"number": "42"}

/* [<][>][^][v][top][bottom][index][help] */