Example 13691

Quoted Keys

Configuration using special characters in keys.

# HTTP Headers
{
Content-Type: "application/json"
X-Request-ID: "94c9b6d7-d9af-466c-94cf-456f3d586a82"
Accept-Language: "de-DE"
Cache-Control: "max-age=3600"
X-Powered-By: "Express"

# Keys with spaces get quoted
"headers with spaces": {
"custom header": "a"
"another one": "acer"
}
}

See also