Example 14400

Quoted Keys

Configuration using special characters in keys.

# HTTP Headers
{
Content-Type: "application/json"
X-Request-ID: "8b1c7e9a-a424-4472-964b-480bccb68e46"
Accept-Language: "en-US"
Cache-Control: "public, max-age=86400"
X-Powered-By: "Koa"

# Keys with spaces get quoted
"headers with spaces": {
"custom header": "concido"
"another one": "usus"
}
}

See also