Searched refs:javaProperties (Results 1 – 1 of 1) sorted by relevance
233 final JSONArray javaProperties = json.optJSONArray("java_properties"); in fromJson() local234 if (javaProperties != null) { in fromJson()235 for (int i = 0; i < javaProperties.length(); i++) { in fromJson()236 final JSONObject javaProperty = javaProperties.getJSONObject(i); in fromJson()