Package org.apache.sysds.utils
Class JSONHelper
- java.lang.Object
- 
- org.apache.sysds.utils.JSONHelper
 
- 
 public class JSONHelper extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description JSONHelper()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static Objectget(org.apache.wink.json4j.JSONObject jsonObject, String key)static org.apache.wink.json4j.JSONObjectparse(Reader reader)
 
- 
- 
- 
Method Detail- 
parsepublic static org.apache.wink.json4j.JSONObject parse(Reader reader) throws IOException - Throws:
- IOException
 
 
- 
 
-