GLobiflow Json 解码

问题描述

在这里需要一些真正的帮助 我被困在这个问题上很长时间了 我如何从这个 json 中获取“描述”值 我也试过json解码base64encode然后解码 但是当 json 响应是这样时我无法获得值 它来自这个端点 https://kgsearch.googleapis.com/v1/entities:search

enter image description here

解决方法

在可变动作中,我会尝试:

json_decode((Variable) test2,true)["itemListElement"][0]["result"]["description"]