Package org.apache.sysds.utils
Class JSONHelper
- java.lang.Object
 - 
- org.apache.sysds.utils.JSONHelper
 
 
- 
public class JSONHelper extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description JSONHelper() 
- 
Method Summary
All 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
- 
parse
public static org.apache.wink.json4j.JSONObject parse(Reader reader) throws IOException
- Throws:
 IOException
 
 - 
 
 -