Class JSONAndStemUtility

  • All Implemented Interfaces:
    Constants

    public class JSONAndStemUtility
    extends Object
    implements Constants

    Created by Jeff Gaynor
    on 10/30/20 at 6:13 AM

    • Constructor Detail

      • JSONAndStemUtility

        public JSONAndStemUtility()
    • Method Detail

      • convert

        public static Object convert​(Object obj)
        Does the grunt work of taking an entry (generic objects!) from a JSON object and converting it to something QDL can understand. Used mostly in the toString methods.
        Parameters:
        obj -
        Returns:
      • convert

        public static QDLStem convert​(net.sf.json.JSONArray array)
      • convert

        public static QDLStem convert​(net.sf.json.JSONObject object)