GSON

private val GSON: Gson?

No HTML escaping: it rewrites = as a \u escape, and JVM toString() output is full of = — that bloats the response and leaves its reader decoding noise. The escape only matters inside HTML.