Example 6587

Quoted Keys

Configuration using special characters in keys.

# HTTP Headers
{
Content-Type: "application/json"
X-Request-ID: "3413526f-42ac-45bd-b4aa-b67b38c39bc4"
Accept-Language: "fr-FR"
Cache-Control: "no-cache"
X-Powered-By: "Express"

# Keys with spaces get quoted
"headers with spaces": {
"custom header": "officiis"
"another one": "careo"
}
}

See also