Example 6683
Quoted Keys
Configuration using special characters in keys.
# HTTP Headers
{
Content-Type: "application/xml"
X-Request-ID: "e0eb3b3e-e0d8-4bda-b274-f3b7e867e519"
Accept-Language: "en-US"
Cache-Control: "public, max-age=86400"
X-Powered-By: "Koa"
# Keys with spaces get quoted
"headers with spaces": {
"custom header": "conqueror"
"another one": "volubilis"
}
}