Example 10783

Quoted Keys

Configuration using special characters in keys.

# HTTP Headers
{
Content-Type: "application/xml"
X-Request-ID: "b0735cee-2d5b-4bc7-a38f-16740ae85c0b"
Accept-Language: "de-DE"
Cache-Control: "no-cache"
X-Powered-By: "Express"

# Keys with spaces get quoted
"headers with spaces": {
"custom header": "enim"
"another one": "sursum"
}
}

See also