Example 8688
Quoted Keys
Configuration using special characters in keys.
# HTTP Headers
{
Content-Type: "application/xml"
X-Request-ID: "dfc77496-5596-4c89-85f1-ae029d8adb62"
Accept-Language: "en-US"
Cache-Control: "public, max-age=86400"
X-Powered-By: "Hono"
# Keys with spaces get quoted
"headers with spaces": {
"custom header": "quasi"
"another one": "caput"
}
}