shenglol/arm-visualizer

Multiline strings not supported

ishepherd opened this issue · 0 comments

When there's a CRLF inside a JSON string, the load fails, with a Console error like

Unexpected token 
 in JSON at position 18323

I think this is invalid for JSON, but it's valid for ARM Templates (I found out about it by watching demos from ARM team)