szurubooru/src/Views/layout-json.phtml

7 lines
248 B
PHTML
Raw Normal View History

<?php
2014-05-17 10:10:38 +02:00
if (!headers_sent())
\Chibi\Util\Headers::set('Content-Type', 'application/json');
$serializer = new RecursiveSerializer($this->context->transport);
$array = $serializer->serializeToArray();
echo json_encode($array, JSON_UNESCAPED_UNICODE);