Searched refs:jsonContent (Results 1 – 2 of 2) sorted by relevance
231 JSONObject jsonContent = new JSONObject(content); in getCommandStatus() local232 String value = jsonContent.getString("state"); in getCommandStatus()233 String cancelReason = jsonContent.optString("cancel_reason", ""); in getCommandStatus()
171 static String removeComments(String jsonContent) { in removeComments() argument173 Matcher matcher = COMMENTS_REGEX.matcher(jsonContent); in removeComments()