Example 9288
Quoted Keys
Configuration using special characters in keys.
# HTTP Headers
{
Content-Type: "application/json"
X-Request-ID: "ec500831-1d60-446a-b384-8d372a6117d3"
Accept-Language: "de-DE"
Cache-Control: "max-age=3600"
X-Powered-By: "Fastify"
# Keys with spaces get quoted
"headers with spaces": {
"custom header": "carcer"
"another one": "caelestis"
}
}