package com.brink.main.contracts; import org.json.JSONObject; public interface IJSONConverter<T> { T Convert(JSONObject item); }