Example 12100

Quoted Keys

Configuration using special characters in keys.

# HTTP Headers
{
Content-Type: "application/json"
X-Request-ID: "31f7647b-9307-4f57-89f0-00aacb0a16f6"
Accept-Language: "en-US"
Cache-Control: "no-cache"
X-Powered-By: "Express"

# Keys with spaces get quoted
"headers with spaces": {
"custom header": "acceptus"
"another one": "comburo"
}
}

See also