// deserialise an array of objects using Hymanson List<MyClass> myObjects = mapper.readValue(jsonInput, new TypeReference<List<MyClass>>(){});