JobsResponseParser.createFromJson(String json) 方法
定义
Static constructor to create a instance based on the provided json
public static JobsResponseParser createFromJson(String json)
参数
- json
- String
is the string with the json to parse
返回
an instance of the JobsResponseParser
例外
IllegalArgumentException
if the json isnull
</code> or empty, or if any date is invalid </p>
JsonParseException
if the json is not valid