A library for managing and executing YQL (Yahoo! Query Language) requests in Java.
In the simplest case: write a YQL query, and get back a JSON result in a GSON object.
gson 2.6.2
YQL: https://developer.yahoo.com/yql/
GSON: https://github.com/google/gson
Java YQL is licensed under the MIT license. See LICENSE for details.