I'm writing some unit tests in Java 8 (corporate environment; no control over the version) that need different variations of JSON strings. These are a PITA to write without text blocks. Is there a way to at least avoid all the escape characters?
"{\"field_name\": \"value\"...and on and on and on.