Example 7298
Quoted Keys
Configuration using special characters in keys.
# HTTP Headers
{
Content-Type: "text/html"
X-Request-ID: "426fd7f2-9513-438e-b282-1603d4ace253"
Accept-Language: "ja-JP"
Cache-Control: "max-age=3600"
X-Powered-By: "Hono"
# Keys with spaces get quoted
"headers with spaces": {
"custom header": "collum"
"another one": "a"
}
}