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