doupi4649 2019-06-10 07:28
浏览 162
已采纳

Golang json。解组字符串文字中的无效字符' '

Golang json.Unmarshal throws error for newline character. Go Playground

How to unmarshal data if string contains newline?

  • 写回答

1条回答 默认 最新

  • dongzhang1987 2019-06-10 07:41
    关注

    Simply escaping the newline character should do the trick:

    var val []byte = []byte(`"{\"channel\":\"buupr\
    iya\",\"name\":\"john\", \"msg\":\"doe\"}"`)
    

    The output for the above:

    {"channel":"buupr
    iya","name":"john", "msg":"doe"}
    

    Since you're attempting to pass a raw string literal here, you will need to be able to represent the JSON in string form, which requires you to escape the newline character.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥20 电脑重启停留在grub界面,引导出错需修复
  • ¥15 matlab透明图叠加
  • ¥50 基于stm32l4系列 使用blunrg-ms的ble gatt 创建 hid 服务失败
  • ¥150 计算DC/DC变换器平均模型中的参数mu
  • ¥25 C语言代码,大家帮帮我
  • ¥15 请问以下文字内容及对应编码是用了什么加密算法或压缩算法呢?
  • ¥50 关于#html5#的问题:H5页面用户手机返回的时候跳转到指定页面例如(语言-javascript)
  • ¥15 无法使用此凭据登录,因为你的域不可用,如何解决?(标签-Windows)
  • ¥15 yolov9的训练时间
  • ¥15 在linux系统下vscode运行robocup3d上场球员报错