While less common, the "26" identifier also appears in industrial and diagnostic equipment: Go to product viewer dialog for this item.
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