Example 5787
Quoted Keys
Configuration using special characters in keys.
# HTTP Headers
{
Content-Type: "application/xml"
X-Request-ID: "bad33e3f-b8e7-416b-b52d-4ee6eb6df1c6"
Accept-Language: "ja-JP"
Cache-Control: "no-cache"
X-Powered-By: "Hono"
# Keys with spaces get quoted
"headers with spaces": {
"custom header": "unde"
"another one": "benevolentia"
}
}