Example 3197
Quoted Keys
Configuration using special characters in keys.
# HTTP Headers
{
Content-Type: "application/xml"
X-Request-ID: "9de44cbd-d45e-4f18-b8c9-b93d5af90ad3"
Accept-Language: "en-US"
Cache-Control: "no-cache"
X-Powered-By: "Express"
# Keys with spaces get quoted
"headers with spaces": {
"custom header": "sulum"
"another one": "tunc"
}
}