Example 1784

Quoted Keys

Configuration using special characters in keys.

# HTTP Headers
{
Content-Type: "application/xml"
X-Request-ID: "36da22ab-e62c-4811-9a34-fb177f92a914"
Accept-Language: "en-US"
Cache-Control: "max-age=3600"
X-Powered-By: "Koa"

# Keys with spaces get quoted
"headers with spaces": {
"custom header": "contego"
"another one": "sollicito"
}
}

See also