使用json格式输出

Posted Chrdai

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用json格式输出相关的知识,希望对你有一定的参考价值。

 /**
     * json输出
     *
     * @param unknown_type $info
     */
    public function json_out ($info)
    {
        header(‘Content-type: text/javascript;charset=utf-8‘);
        echo json_encode($info);
    }

 

以上是关于使用json格式输出的主要内容,如果未能解决你的问题,请参考以下文章

如何从 Pentaho xaction 输出 JSON?

AJAX 响应:数据(JSON、XML)还是 HTML 片段? [关闭]

微信小程序json数据如何处理?

Javascript - 使用 HTML 片段通过电子邮件发送 JSON 输出

将多个输出中的hls属性设置为单独的片段代码

Laravel 4 JSON 输出格式