Example 13386
Quoted Keys
Configuration using special characters in keys.
# HTTP Headers
{
Content-Type: "application/xml"
X-Request-ID: "d7b5ce47-552f-499a-86f1-5a95c0ba448f"
Accept-Language: "en-US"
Cache-Control: "max-age=3600"
X-Powered-By: "Koa"
# Keys with spaces get quoted
"headers with spaces": {
"custom header": "pecus"
"another one": "volva"
}
}