Example 13097
Quoted Keys
Configuration using special characters in keys.
# HTTP Headers
{
Content-Type: "application/xml"
X-Request-ID: "d4dcb915-d662-4168-9389-577dc40d9b34"
Accept-Language: "en-US"
Cache-Control: "no-cache"
X-Powered-By: "Fastify"
# Keys with spaces get quoted
"headers with spaces": {
"custom header": "umbra"
"another one": "consuasor"
}
}