Example 186

Quoted Keys

Configuration using special characters in keys.

# HTTP Headers
{
Content-Type: "application/json"
X-Request-ID: "058ad7a0-2881-422d-bdbd-0148e628383c"
Accept-Language: "ja-JP"
Cache-Control: "no-cache"
X-Powered-By: "Koa"

# Keys with spaces get quoted
"headers with spaces": {
"custom header": "depono"
"another one": "sequi"
}
}

See also