Is there an easy way to convert a json result from the function
I know I can instantly get back such an object by using
SearchJson.SearchTweets(searchParameter);
to an object such as ITweetList?I know I can instantly get back such an object by using
Search.SearchTweets(searchParameter);
but I do not want to execute the search twice.