List of usage examples for org.json Json4Uws getJobResultJson
public final static JSONObject getJobResultJson(final Result r) throws JSONException
From source file:uws.job.serializer.JSONSerializer.java
@Override public String getResult(final Result result, final boolean root) throws JSONException { return Json4Uws.getJobResultJson(result).toString(); }