Example 14086
Quoted Keys
Configuration using special characters in keys.
# HTTP Headers
{
Content-Type: "text/html"
X-Request-ID: "d8c3d9ad-dc4d-419e-951d-2e61a6f40c38"
Accept-Language: "de-DE"
Cache-Control: "public, max-age=86400"
X-Powered-By: "Express"
# Keys with spaces get quoted
"headers with spaces": {
"custom header": "ea"
"another one": "utpote"
}
}