Example 15496
Quoted Keys
Configuration using special characters in keys.
# HTTP Headers
{
Content-Type: "text/html"
X-Request-ID: "bc0fe0c9-36ce-4bfb-9220-45cdda1a64f7"
Accept-Language: "de-DE"
Cache-Control: "no-cache"
X-Powered-By: "Express"
# Keys with spaces get quoted
"headers with spaces": {
"custom header": "voluptatum"
"another one": "alo"
}
}