Example 9091

Quoted Keys

Configuration using special characters in keys.

# HTTP Headers
{
Content-Type: "application/xml"
X-Request-ID: "c525ea5f-4277-4171-bd0e-74e785fe2b7e"
Accept-Language: "fr-FR"
Cache-Control: "no-cache"
X-Powered-By: "Express"

# Keys with spaces get quoted
"headers with spaces": {
"custom header": "facere"
"another one": "tactus"
}
}

See also