Searched refs:jsonClass (Results 1 – 1 of 1) sorted by relevance
1143 JSONObject jsonClass = new JSONObject(); in getJsonCommandUsage() local1144 jsonClass.put("name", configObjectsEntry.getKey()); in getJsonCommandUsage()1151 jsonClass.put("alias", alias == null ? JSONObject.NULL : alias); in getJsonCommandUsage()1152 jsonClass.put("class", optionObject.getClass().getName()); in getJsonCommandUsage()1163 jsonClass.put("options", jsonOptions); in getJsonCommandUsage()1166 ret.put(jsonClass); in getJsonCommandUsage()