Example 7885
Quoted Keys
Configuration using special characters in keys.
# HTTP Headers
{
Content-Type: "application/xml"
X-Request-ID: "e5743547-c8db-4ba1-82ed-8bc1203d71c7"
Accept-Language: "en-US"
Cache-Control: "public, max-age=86400"
X-Powered-By: "Express"
# Keys with spaces get quoted
"headers with spaces": {
"custom header": "inventore"
"another one": "vestrum"
}
}