Comment

Stuart Aitken

Yeah, the original response using default .NET JSON serialiser (System.Text.Json) was 6MB.

Then I had a go with MesssagePack and it was 20MB.

Then I tried GZip and got a nice 600kb.

I didn't try anything after that - 600kb is good enough for me, excellent in fact!

Parent comment

Peter Bengtsson

So, from 6MB, to 20MB, to 600kb? What about Brotli or Zstandard? Even smaller?