I\'m trying to parse a JSON string like this one
[ { \"updated_at\":\"2012-03-02 21:06:01\", \"fetched_at\":\"2012-03-02 21:28:37.728840\",
public ChannelSearchEnum[] getChannelSearchEnum(Response response) { return response.as(ChannelSearchEnum[].class, ObjectMapperType.GSON); }
Above will solve and passing response will returned mapped object array of the class