Example 2494
Quoted Keys
Configuration using special characters in keys.
# HTTP Headers
{
Content-Type: "text/html"
X-Request-ID: "d80c90b4-c2f3-4a81-bb79-56503bacae85"
Accept-Language: "de-DE"
Cache-Control: "max-age=3600"
X-Powered-By: "Express"
# Keys with spaces get quoted
"headers with spaces": {
"custom header": "voluptate"
"another one": "sodalitas"
}
}