Appearance
291 - Quoted Keys
Configuration using special characters in keys. This is an example of a MAML document.
maml
# HTTP Headers
{
Content-Type: "application/xml"
X-Request-ID: "f7980918-0f3f-4432-9463-f2443f06208f"
Accept-Language: "fr-FR"
Cache-Control: "public, max-age=86400"
X-Powered-By: "Hono"
# Keys with spaces get quoted
"headers with spaces": {
"custom header": "auxilium"
"another one": "desparatus"
}
}