diff options
Diffstat (limited to 'view/streams-json-v1.php')
-rw-r--r-- | view/streams-json-v1.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/streams-json-v1.php b/view/streams-json-v1.php index 7962226..f64f627 100644 --- a/view/streams-json-v1.php +++ b/view/streams-json-v1.php @@ -92,4 +92,4 @@ foreach (Conferences::getActiveConferences() as $conference) } } -echo json_encode($struct, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE); +echo json_encode($struct, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE | JSON_FORCE_OBJECT); |