ObjectMapper mapper = new ObjectMapper(); List<Object> participantJsonList = mapper.readValue(jsonString, new TypeReference<List<Object>>(){});