Hutool — 26
Streamlines the process of reading from and writing to Excel or Word documents.
Hutool 26 introduces a rewritten JSON parser ( JSONUtil ). The previous version relied heavily on recursive descent parsing with frequent StringBuilder allocations. The new version implements a that reduces memory allocation by approximately 40% when parsing large JSON payloads (2MB+). hutool 26