Searched defs:defaultValue (Results 1 – 2 of 2) sorted by relevance
368 defaultValue: string property
734 private static String getJsonString(JSONObject jsonObject, String key, String defaultValue) { in getJsonString()