Howto generate json with smarty?

前端 未结 5 1205
醉话见心
醉话见心 2020-12-05 18:43

In Smarty, is there a standard function or an easy way to generate json from an array, as json_encode() does in php?

I could not see it in Smarty docume

5条回答
  •  悲哀的现实
    2020-12-05 19:21

    {literal}
    
    {/literal}
    

    My solution

提交回复
热议问题