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
JSON doesn't allow breaking lines for readability.
Your best bet is to use an IDE that will line-wrap for you.