Interface JsonObjectParser<T>

  • Type Parameters:
    T - parsing result type.

    public interface JsonObjectParser<T>
    Json object parser.
    • Method Detail

      • parse

        T parse​(org.json.JSONObject input)
         throws org.json.JSONException
        Throws:
        org.json.JSONException