2
Hello,
I am developing a java API, which returns a json object.
One of the final json fields is long text, of unknown dimension. Text may or may not contain special characters.
I am sending the raw information, in a string. But as the dimension is unknown, I am afraid it exceeds the acceptable. Some way to compress that information?
I can send the converted string to an array of bytes, any client-side language/platform can get the original string?
The text can be the size of a multi-page document. Who knows an entire book...
Thank you.
Which server window or linux?
– Ivan Ferrer