Example 9685

Quoted Keys

Configuration using special characters in keys.

# HTTP Headers
{
Content-Type: "application/xml"
X-Request-ID: "a8bbb583-bbe7-4bc4-ac19-691e7d639488"
Accept-Language: "en-US"
Cache-Control: "no-cache"
X-Powered-By: "Koa"

# Keys with spaces get quoted
"headers with spaces": {
"custom header": "complectus"
"another one": "sortitus"
}
}

See also