dp411805872 2014-01-31 14:51
浏览 416
已采纳

如何在golang模板上打印JSON?

I need a object in client side, so I converted it to JSON using json.marshal and printed it into template. The object is getting printed as escaped JSON string.

I'm expecting it to be var arr=["o1","o2"] but it is var arr="[\"o1\",\"o2\"]"

I know I can JSON.parse in client side, but is that the only way?

Here is how I'm printing it in template:

{{ marshal .Arr }}

Here is my marshal function:

"marshal": func(v interface {}) string {
  a, _ := json.Marshal(v)
  return string(a)
},
  • 写回答

1条回答 默认 最新

  • douke6027 2014-01-31 15:05
    关注

    In JS context normal strings always gets escaped. I should have converted to template.JS type before printing.

    Ref: http://golang.org/pkg/html/template/#JS

    This is new marshal function:

    "marshal": func(v interface {}) template.JS {
      a, _ := json.Marshal(v)
      return template.JS(a)
    },
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 Python语言实验
  • ¥15 SAP HANA SQL 增加合计行
  • ¥20 用C#语言解决一个英文打字练习器,有偿
  • ¥15 srs-sip外部服务 webrtc支持H265格式
  • ¥15 在使用abaqus软件中,继承到assembly里的surfaces怎么使用python批量调动
  • ¥15 大一C语言期末考试,求帮助🙏🙏
  • ¥15 ch340驱动未分配COM
  • ¥15 Converting circular structure to JSON
  • ¥30 Hyper-v虚拟机相关问题,求解答。
  • ¥15 TSM320F2808PZA芯片 Bootloader