Example 5586
Quoted Keys
Configuration using special characters in keys.
# HTTP Headers
{
Content-Type: "application/json"
X-Request-ID: "1cecf54d-ca6a-48c5-af7e-70a4dd33c195"
Accept-Language: "de-DE"
Cache-Control: "max-age=3600"
X-Powered-By: "Express"
# Keys with spaces get quoted
"headers with spaces": {
"custom header": "capillus"
"another one": "convoco"
}
}