10 lines
204 B
PHP

<?php
$arr = array('page' => array(
'title' => 'Page Title',
'subtitle' => 'Page Subtitle',
'content' => 'Lorem ipsum dolor sit amet.',
));
echo json_encode($arr);