<?php
$data = "data here";
header('Content-Type: application/json');
echo json_encode($data, JSON_UNESCAPED_SLASHES);