Example 15882

Quoted Keys

Configuration using special characters in keys.

# HTTP Headers
{
Content-Type: "application/xml"
X-Request-ID: "2185d545-4d86-4458-aadb-31a8f0a13a00"
Accept-Language: "ja-JP"
Cache-Control: "max-age=3600"
X-Powered-By: "Hono"

# Keys with spaces get quoted
"headers with spaces": {
"custom header": "exercitationem"
"another one": "quis"
}
}

See also