Example 9883

Quoted Keys

Configuration using special characters in keys.

# HTTP Headers
{
Content-Type: "text/html"
X-Request-ID: "2a94b7f4-18c1-4e9c-a631-a32e778accc5"
Accept-Language: "de-DE"
Cache-Control: "no-cache"
X-Powered-By: "Express"

# Keys with spaces get quoted
"headers with spaces": {
"custom header": "supellex"
"another one": "labore"
}
}

See also