Core concept
String json = """
{
"name": "Ada"
}
""";Advertisement
How it works
Escape sequences still work. Interpolation not built-in (until string templates).
Advertisement
Trade-offs + gotchas
SQL, JSON, XML literals.
String json = """
{
"name": "Ada"
}
""";Escape sequences still work. Interpolation not built-in (until string templates).
SQL, JSON, XML literals.