Searched refs:propertyFilesJson (Results 1 – 1 of 1) sorted by relevance
78 JSONArray propertyFilesJson = ab.getJSONArray("property_files"); in fromJson() local79 for (int i = 0; i < propertyFilesJson.length(); i++) { in fromJson()80 JSONObject p = propertyFilesJson.getJSONObject(i); in fromJson()