Searched refs:jsonClass (Results 1 – 1 of 1) sorted by relevance
1225 JSONObject jsonClass = new JSONObject(); in getJsonCommandUsage() local1226 jsonClass.put("name", configObjectsEntry.getKey()); in getJsonCommandUsage()1233 jsonClass.put("alias", alias == null ? JSONObject.NULL : alias); in getJsonCommandUsage()1234 jsonClass.put("class", optionObject.getClass().getName()); in getJsonCommandUsage()1245 jsonClass.put("options", jsonOptions); in getJsonCommandUsage()1248 ret.put(jsonClass); in getJsonCommandUsage()