final Iterable<T> choices = getChoices(input.toString(""));
String jsonArray = createJson(choices);
requestCycle.scheduleRequestHandlerAfterCurrent(new TextRequestHandler("application/json", "UTF-8", jsonArray));
}
/**
* Serializes the returned choices into JSON array.
*