Example 9486
Quoted Keys
Configuration using special characters in keys.
# HTTP Headers
{
Content-Type: "application/xml"
X-Request-ID: "fa5ebb39-82b3-4c44-9e65-469cac1d3d93"
Accept-Language: "ja-JP"
Cache-Control: "no-cache"
X-Powered-By: "Fastify"
# Keys with spaces get quoted
"headers with spaces": {
"custom header": "demens"
"another one": "stultus"
}
}