Example 2100

Quoted Keys

Configuration using special characters in keys.

# HTTP Headers
{
Content-Type: "text/html"
X-Request-ID: "522574b8-870f-4022-a9f2-7541c3fda1f1"
Accept-Language: "en-US"
Cache-Control: "max-age=3600"
X-Powered-By: "Express"

# Keys with spaces get quoted
"headers with spaces": {
"custom header": "appello"
"another one": "stella"
}
}

See also