Json – How do I deserialize to List of Strings or Boolean from an Object using Jackson?
I was previously using jackson-databind 2.8.11.3 + Java 8 to deserialise a class ApiRequest, which was used as a request body in an API call. It has worked fine all the while and the JSON string is able to be…