Example 14200

Quoted Keys

Configuration using special characters in keys.

# HTTP Headers
{
Content-Type: "application/json"
X-Request-ID: "768566fa-142e-4148-9e97-ef589e6e54ea"
Accept-Language: "en-US"
Cache-Control: "no-cache"
X-Powered-By: "Express"

# Keys with spaces get quoted
"headers with spaces": {
"custom header": "bestia"
"another one": "caput"
}
}

See also