Example 11886
Quoted Keys
Configuration using special characters in keys.
# HTTP Headers
{
Content-Type: "application/json"
X-Request-ID: "6605524b-f07a-43c9-ace6-0464eca78da7"
Accept-Language: "en-US"
Cache-Control: "no-cache"
X-Powered-By: "Hono"
# Keys with spaces get quoted
"headers with spaces": {
"custom header": "crastinus"
"another one": "toties"
}
}