Example 15981

Quoted Keys

Configuration using special characters in keys.

# HTTP Headers
{
Content-Type: "application/json"
X-Request-ID: "ebe759df-e36d-479a-9bce-7532436b9e44"
Accept-Language: "fr-FR"
Cache-Control: "no-cache"
X-Powered-By: "Fastify"

# Keys with spaces get quoted
"headers with spaces": {
"custom header": "vilis"
"another one": "cultellus"
}
}

See also