Example 15094
Quoted Keys
Configuration using special characters in keys.
# HTTP Headers
{
Content-Type: "application/xml"
X-Request-ID: "0a91652a-3225-4a5e-a8e7-f7087aa259a1"
Accept-Language: "en-US"
Cache-Control: "no-cache"
X-Powered-By: "Fastify"
# Keys with spaces get quoted
"headers with spaces": {
"custom header": "sumo"
"another one": "sophismata"
}
}