Example 15984
Quoted Keys
Configuration using special characters in keys.
# HTTP Headers
{
Content-Type: "application/xml"
X-Request-ID: "b47d046a-1efa-4e86-9a7a-ccda756a6a9e"
Accept-Language: "fr-FR"
Cache-Control: "max-age=3600"
X-Powered-By: "Express"
# Keys with spaces get quoted
"headers with spaces": {
"custom header": "spiculum"
"another one": "cado"
}
}