Example 4386
Quoted Keys
Configuration using special characters in keys.
# HTTP Headers
{
Content-Type: "text/html"
X-Request-ID: "98322e34-4ecf-4de4-9aa5-8084105b10ef"
Accept-Language: "de-DE"
Cache-Control: "no-cache"
X-Powered-By: "Express"
# Keys with spaces get quoted
"headers with spaces": {
"custom header": "confido"
"another one": "ab"
}
}