{
    "timeline":
    {
      "headline":"<?php print $headline; ?>",
        "type":"default",
        "startDate":"<?php print $date; ?>",
        "text":"<?php print $text; ?>",
		"asset":
        {
            "media":"<?php print $media; ?>",
            "credit":"",
            "caption":""
        },
        "date": [
<?php print $events; ?>
        ]
    }
}