Example 2092
Quoted Keys
Configuration using special characters in keys.
# HTTP Headers
{
Content-Type: "application/json"
X-Request-ID: "086bbb20-674d-4ee4-8530-c9b3f16731be"
Accept-Language: "ja-JP"
Cache-Control: "max-age=3600"
X-Powered-By: "Hono"
# Keys with spaces get quoted
"headers with spaces": {
"custom header": "alius"
"another one": "asper"
}
}