* org.rssowl.core.interpreter.IInterpreterService#interpretJSONObject(org
* .rssowl.core.internal.interpreter.json.JSONObject,
* org.rssowl.core.persist.IFeed)
*/
public void interpretJSONObject(JSONObject json, IFeed feed) throws InterpreterException {
new JSONInterpreter().interpret(json, feed);
}