Java SE 13 introduced Text Blocks (or Multiline Strings) feature. What are its differences and the similarities with the existing string repre
How can I put a variable into Java Text Block? Like this: """ { "someKey": "someValue", "date": "${LocalDate.now()}", } """