标签: json angularjs swig-template
我正在使用Angularjs,但我想它可以是简单的JavaScript。
我做了什么:
console.log(JSON.parse({{{JSON.stringify(items)}}}));
items具有JSON对象。我收到了错误:
items
未捕获的SyntaxError:意外的令牌o`。
我不确定这是否是正确的方法。有什么想法吗?
答案 0 :(得分:1)
我已经弄明白了:
{{{items|raw|json_encode}}}