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.
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.