Example 6486
Quoted Keys
Configuration using special characters in keys.
# HTTP Headers
{
Content-Type: "application/json"
X-Request-ID: "2b6a5e6f-de96-4f39-b483-5f0726588896"
Accept-Language: "de-DE"
Cache-Control: "no-cache"
X-Powered-By: "Express"
# Keys with spaces get quoted
"headers with spaces": {
"custom header": "repellat"
"another one": "cohors"
}
}