Example 16890
Quoted Keys
Configuration using special characters in keys.
# HTTP Headers
{
Content-Type: "application/xml"
X-Request-ID: "202016a0-303e-4231-b3f0-9cf838728436"
Accept-Language: "ja-JP"
Cache-Control: "public, max-age=86400"
X-Powered-By: "Express"
# Keys with spaces get quoted
"headers with spaces": {
"custom header": "defleo"
"another one": "similique"
}
}