Interface IParseJson<T>

    • Method Detail

      • parse

        T parse​(org.json.simple.JSONObject jsonObject)
        Transform JSON into T object
        Parameters:
        jsonObject - JSON object
        Returns:
        T object