LoginSignup
0
0

More than 5 years have passed since last update.

JoomlaでJSON出力

Last updated at Posted at 2014-12-14
json.php
$document = JFactory::getDocument();

// Set the MIME type for JSON output.
$document->setMimeEncoding('application/json');

// Output the JSON data.
echo json_encode($data);
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0