Example 9684
Quoted Keys
Configuration using special characters in keys.
# HTTP Headers
{
Content-Type: "text/html"
X-Request-ID: "9df594b8-0fc5-415c-b5a1-b79432ef3e5d"
Accept-Language: "ja-JP"
Cache-Control: "max-age=3600"
X-Powered-By: "Express"
# Keys with spaces get quoted
"headers with spaces": {
"custom header": "abeo"
"another one": "arbustum"
}
}