Example 6395
Quoted Keys
Configuration using special characters in keys.
# HTTP Headers
{
Content-Type: "application/xml"
X-Request-ID: "8d3ea1ec-30d8-40b1-b1db-f0de0b9decf7"
Accept-Language: "ja-JP"
Cache-Control: "max-age=3600"
X-Powered-By: "Express"
# Keys with spaces get quoted
"headers with spaces": {
"custom header": "pectus"
"another one": "solitudo"
}
}