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.