Example 11295

Quoted Keys

Configuration using special characters in keys.

# HTTP Headers
{
Content-Type: "text/html"
X-Request-ID: "e7645bee-8d9a-427d-88f0-581cb28eab96"
Accept-Language: "ja-JP"
Cache-Control: "no-cache"
X-Powered-By: "Hono"

# Keys with spaces get quoted
"headers with spaces": {
"custom header": "accedo"
"another one": "admoneo"
}
}

See also