Example 9590

Quoted Keys

Configuration using special characters in keys.

# HTTP Headers
{
Content-Type: "application/json"
X-Request-ID: "3e5fd161-b732-4169-b4bc-45ffef3e5fe5"
Accept-Language: "ja-JP"
Cache-Control: "public, max-age=86400"
X-Powered-By: "Hono"

# Keys with spaces get quoted
"headers with spaces": {
"custom header": "subseco"
"another one": "arma"
}
}

See also