view.json.php:
{
"Entry 1":"These are the details for ToDo nr. 1",
"Entry 2":"These are the details for ToDo nr. 2"
}

view.html.php:
<table>
<tr>
<td>Entry 1</td>
<td>These are the details for ToDo nr. 1</td>
</tr>
<tr>
<td>Entry 2</td>
<td>These are the details for ToDo nr. 2</td>
</tr>
</table>