Example 3194
Quoted Keys
Configuration using special characters in keys.
# HTTP Headers
{
Content-Type: "text/html"
X-Request-ID: "7f9fccf7-9d38-4f03-a069-4d05b8adf9c6"
Accept-Language: "en-US"
Cache-Control: "no-cache"
X-Powered-By: "Fastify"
# Keys with spaces get quoted
"headers with spaces": {
"custom header": "maxime"
"another one": "quod"
}
}