Example 16088

Quoted Keys

Configuration using special characters in keys.

# HTTP Headers
{
Content-Type: "application/xml"
X-Request-ID: "2430b62a-0683-46a5-981e-dae3a331437d"
Accept-Language: "en-US"
Cache-Control: "max-age=3600"
X-Powered-By: "Koa"

# Keys with spaces get quoted
"headers with spaces": {
"custom header": "quo"
"another one": "constans"
}
}

See also