Example 10992
Quoted Keys
Configuration using special characters in keys.
# HTTP Headers
{
Content-Type: "application/json"
X-Request-ID: "adca82fe-7cf5-4648-afef-5fe7ff8611a8"
Accept-Language: "de-DE"
Cache-Control: "no-cache"
X-Powered-By: "Fastify"
# Keys with spaces get quoted
"headers with spaces": {
"custom header": "veniam"
"another one": "statua"
}
}