在树枝模板中将var字符串设置为数组json

时间:2019-04-27 04:49:57

标签: twig

我有一个变量:

a = ' [ { "id": 1, "title": "title 1", "description": "description 1" }, { "id": 2, "title": "title 2", "description": "description 2" } ] ;

我要设置将$ a转换为数组json。 我试过但错了:

{% set b = a|json_encode %}

0 个答案:

没有答案