Example 9999
Quoted Keys
Configuration using special characters in keys.
# HTTP Headers
{
Content-Type: "application/json"
X-Request-ID: "75ccaaec-2d3b-434f-b9db-5d0c1c868318"
Accept-Language: "de-DE"
Cache-Control: "no-cache"
X-Powered-By: "Fastify"
# Keys with spaces get quoted
"headers with spaces": {
"custom header": "bellicus"
"another one": "thesaurus"
}
}