shiyanhui / hero

A handy, fast and powerful go template engine.
https://shiyanhui.github.io/hero
Other
1.57k stars 96 forks source link

建议新增json输出语句 #78

Open wuyuans opened 4 years ago

wuyuans commented 4 years ago

<%==[t] variable %> 目前只有一些值类型的转换,有时前端需要json格式,建议新增一种 interface 转json字符串的语句。

nimoc commented 3 years ago

最好还是让使用者自己实现吧,毕竟 有些json库存在 将空切片转换为 nil 而不是 []stirng 的问题。 并且在json转字符串失败时应该如何处理每个团队的处理方式也都不一样。


自己实现个 helper 传进去 template.Home(jhttp.Helper{}, userInfo, buffer)