Deserializing Json from String with Rest Client and Object Mapper
I'm making a REST API in Java 17 with Spring Boot 3.2.2. My API calls an external REST API. Said API, even though it does return a json, it doesn't do it in the typical way. Instead of a json…