Class JSONHelper

java.lang.Object
org.apache.sysds.utils.JSONHelper

public class JSONHelper extends Object
  • Constructor Details

    • JSONHelper

      public JSONHelper()
  • Method Details

    • get

      public static Object get(org.apache.wink.json4j.JSONObject jsonObject, String key)
    • parse

      public static org.apache.wink.json4j.JSONObject parse(Reader reader) throws IOException
      Throws:
      IOException