MongoDB返回值数组,而不是json

时间:2019-04-18 09:53:13

标签: arrays json mongodb jenssegers-mongodb

我有一个以下文档,其值为jsonenter image description here

但是mongodb会返回array值。

enter image description here

我正在为jenssegers使用laravel插件。

如何从表中获取json而不是arrays的值。

在这种情况下,我尝试了json_encode(),但是还有其他类似的问题,我想检索json值本身。

获取查询:

$query = \DB::table('v2_reports')
                 ->select('input_controls')
                 ->where('report_key', $report_key)
                 ->first();

0 个答案:

没有答案