Example 3992

Quoted Keys

Configuration using special characters in keys.

# HTTP Headers
{
Content-Type: "text/html"
X-Request-ID: "db8c645d-0c74-4ed0-a599-b77f691370d1"
Accept-Language: "de-DE"
Cache-Control: "no-cache"
X-Powered-By: "Express"

# Keys with spaces get quoted
"headers with spaces": {
"custom header": "adficio"
"another one": "utor"
}
}

See also