Example 5497

Quoted Keys

Configuration using special characters in keys.

# HTTP Headers
{
Content-Type: "application/xml"
X-Request-ID: "b3f426bc-2b0f-4aa5-86c5-33689966c292"
Accept-Language: "en-US"
Cache-Control: "no-cache"
X-Powered-By: "Fastify"

# Keys with spaces get quoted
"headers with spaces": {
"custom header": "unde"
"another one": "maiores"
}
}

See also