Here's a testcase that shows string escapes working for dictionary values, but not for the keys: ``` cat(RJSONIO::toJSON(list("test\"escape" = "another\"escape"))) { "test"escape": "another\"escape" } ```