Example 13390
Quoted Keys
Configuration using special characters in keys.
# HTTP Headers
{
Content-Type: "application/xml"
X-Request-ID: "fd2a3a34-c050-4f52-b625-83772e772904"
Accept-Language: "en-US"
Cache-Control: "max-age=3600"
X-Powered-By: "Koa"
# Keys with spaces get quoted
"headers with spaces": {
"custom header": "quia"
"another one": "conculco"
}
}