Smallest encoding for JSON containing binary data (and gzip compression) -



Smallest encoding for JSON containing binary data (and gzip compression) -

what smallest (number of bytes) encoding distributed binary info encapsulated in json , character encoding containing json should used in conjunction? encoding provides smallest result when compressed gzip?

{ "data" : "########-this-is-alot-of-binary-data-##############...", "some-normal-data" : ... }

e.g. base64, base85, uri-encoded, escaped \"

json encoding escaping base64 binary-data

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -