I have a block of json that I want to initialize a string with and I want to keep the formatting but this doesn't work.
The json will be much larger than this but just looking for possibilities for assigment w/formatting?
private static final String whateverXXX ='{
"phonetype":"N95",
"cat":"WP"
}';