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
Post a Comment