Example 9095
Quoted Keys
Configuration using special characters in keys.
# HTTP Headers
{
Content-Type: "text/html"
X-Request-ID: "25302fbd-3bfd-4bd5-976c-39efd19e3125"
Accept-Language: "en-US"
Cache-Control: "max-age=3600"
X-Powered-By: "Koa"
# Keys with spaces get quoted
"headers with spaces": {
"custom header": "delectus"
"another one": "adsuesco"
}
}