Skip to content

1189 - Quoted Keys

Configuration using special characters in keys. This is an example of a MAML document.

maml
# HTTP Headers
{
  Content-Type: "application/json"
  X-Request-ID: "29f00bb4-81d9-489b-99cf-9cfad8a8e3cd"
  Accept-Language: "ja-JP"
  Cache-Control: "public, max-age=86400"
  X-Powered-By: "Express"

  # Keys with spaces get quoted
  "headers with spaces": {
    "custom header": "subito"
    "another one": "vinco"
  }
}

See Also