Example 9297

Quoted Keys

Configuration using special characters in keys.

# HTTP Headers
{
Content-Type: "application/xml"
X-Request-ID: "7ce9dfe8-2106-4d96-945c-1f0ba2f1ee20"
Accept-Language: "ja-JP"
Cache-Control: "no-cache"
X-Powered-By: "Fastify"

# Keys with spaces get quoted
"headers with spaces": {
"custom header": "tandem"
"another one": "armarium"
}
}

See also