dongtan7998 2014-08-30 16:16
浏览 65
已采纳

解码来自php中的.json文件的json数据

I am trying to output some json data from a json file via php but it does not seem to work. I tried this:

<?php
    $jsonFile = file_get_contents('dataset/dataset.json');
    $data = json_decode($jsonFile, true);

    echo $data->{'data'}[0]->{'letter'}
?>

The json file is following:

{
    "data":[
        {
            "letter":"A",
            "blocks":{
                "1":"0",
                "2":"0",
                "3":"0",
                "4":"0",
                "5":"0"
            }
        }
]}

Basically it should output the letter "A" but it outputs nothing. What did I do wrong? Thanks

P.S. I tried to do it like here: How to process JSON in PHP? but it does not work.

  • 写回答

2条回答 默认 最新

  • dsa4d4789789 2014-08-30 16:20
    关注

    After json_decode($jsonFile, true) your data is in array. So you should not access using object. Access data by array index. Try this..

    echo $data['data'][0]['letter'];
    

    More about json_decode()

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 etcd集群部署问题
  • ¥20 谁可以帮我一下问一下各位
  • ¥15 为何重叠加权后love图的SMD与svyCreateTableOne函数绘制基线表的不一致
  • ¥15 QFILHelper怎么恢复全字库,提示进程已完成,只能恢复分区文件
  • ¥150 求 《小魔指》街机游戏机整合模拟软件
  • ¥20 你好,我想问下easyExcel下拉多选,或者复选框可以实现吗
  • ¥20 双非跨考工科哪个专业和方向就业前景好?
  • ¥20 求会6sv辐射传输模型,辅导(可py6s🙏🏻有偿
  • ¥15 .xla后缀的文件拖到excel里什么内容也没有怎么办
  • ¥20 Workbench中Mechanical打不开、闪退是什么原因?