Example 6181
Quoted Keys
Configuration using special characters in keys.
# HTTP Headers
{
Content-Type: "application/xml"
X-Request-ID: "f647f2ee-1f2d-4afd-b9f8-aebe047b9a09"
Accept-Language: "ja-JP"
Cache-Control: "public, max-age=86400"
X-Powered-By: "Koa"
# Keys with spaces get quoted
"headers with spaces": {
"custom header": "dolorem"
"another one": "crinis"
}
}