Example 13490
Quoted Keys
Configuration using special characters in keys.
# HTTP Headers
{
Content-Type: "application/xml"
X-Request-ID: "de9c646e-b44e-4b85-8813-77584b2f4340"
Accept-Language: "de-DE"
Cache-Control: "no-cache"
X-Powered-By: "Hono"
# Keys with spaces get quoted
"headers with spaces": {
"custom header": "anser"
"another one": "cogo"
}
}