Java Weekly, Issue 535

Out with the RestTemplate (again), a look back, yes, back, at the just released Java 22 and forward at Java 23. And a solid piece on why we should fight against context-switching.

How to Convert Excel to JSON in Java

Explore two methods for converting Excel files to JSON format in Java: reading and processing Excel data with Apache POI and then converting it to JSON using the JSON and Jackson libraries.