Example 16897

Quoted Keys

Configuration using special characters in keys.

# HTTP Headers
{
Content-Type: "application/xml"
X-Request-ID: "ba2c962c-6715-4a15-8408-3a1011144d73"
Accept-Language: "en-US"
Cache-Control: "public, max-age=86400"
X-Powered-By: "Koa"

# Keys with spaces get quoted
"headers with spaces": {
"custom header": "torrens"
"another one": "cito"
}
}

See also