1{ 2 "lines": { 3 "type": "string", 4 "value": "The first newline is\ntrimmed in raw strings.\n All other whitespace\n is preserved.\n" 5 }, 6 "regex2": { 7 "type": "string", 8 "value": "I [dw]on't need \\d{2} apples" 9 } 10}
View as plain text