Example 9085

Quoted Keys

Configuration using special characters in keys.

# HTTP Headers
{
Content-Type: "text/html"
X-Request-ID: "5ca225e8-d720-4e0f-bb31-8000cddb05c9"
Accept-Language: "en-US"
Cache-Control: "no-cache"
X-Powered-By: "Express"

# Keys with spaces get quoted
"headers with spaces": {
"custom header": "attollo"
"another one": "talus"
}
}

See also