Are multi-line strings allowed in JSON?

前端 未结 9 1473
醉酒成梦
醉酒成梦 2020-11-22 04:21

Is it possible to have multi-line strings in JSON?

It\'s mostly for visual comfort so I suppose I can just turn word wrap on in my editor, but I\'m just kinda curious

9条回答
  •  死守一世寂寞
    2020-11-22 04:50

    JSON doesn't allow breaking lines for readability.

    Your best bet is to use an IDE that will line-wrap for you.

提交回复
热议问题