Example 9798
Quoted Keys
Configuration using special characters in keys.
# HTTP Headers
{
Content-Type: "application/json"
X-Request-ID: "18febc34-e8b7-4cd9-9795-1701a4a0cffb"
Accept-Language: "en-US"
Cache-Control: "public, max-age=86400"
X-Powered-By: "Fastify"
# Keys with spaces get quoted
"headers with spaces": {
"custom header": "placeat"
"another one": "terreo"
}
}