Package zowe.client.sdk.parse
Interface JsonParse
-
- All Known Implementing Classes:
DatasetJsonParse,JobFileJsonParse,JobJsonParse,MemberJsonParse,MvsConsoleJsonParse,PropsJsonParse,SystemInfoJsonParse,SystemsJsonParse,UnixFileJsonParse,UnixZfsJsonParse,ZosLogItemJsonParse,ZosLogReplyJsonParse
public interface JsonParseInterface that conforms to JSON parse operation- Version:
- 5.0
- Author:
- Frank Giordano
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectparseResponse(Object... args)Parse the given json data
-