标签: twig
我有一个变量:
a = ' [ { "id": 1, "title": "title 1", "description": "description 1" }, { "id": 2, "title": "title 2", "description": "description 2" } ] ;
我要设置将$ a转换为数组json。 我试过但错了:
json
{% set b = a|json_encode %}