Example #1
0
 public static function sendJson($data)
 {
     Application::sendJsonString(json_encode($data));
 }