Example 1699

Quoted Keys

Configuration using special characters in keys.

# HTTP Headers
{
Content-Type: "application/json"
X-Request-ID: "eb580995-fae4-4f8a-a216-8ef1161701e8"
Accept-Language: "ja-JP"
Cache-Control: "no-cache"
X-Powered-By: "Express"

# Keys with spaces get quoted
"headers with spaces": {
"custom header": "tabella"
"another one": "vinitor"
}
}

See also