I want using the JsonWriter class to organize an entry to a file stored in a zip archive, how can this be done?

    1 answer 1

    Found a solution, everything turned out to be very simple, here is a line of code:

    JsonWriter writer = new JsonWriter(new OutputStreamWriter(zipOutputStream, "UTF-8"));