load Data

private open fun loadData(jData: JSONObject): Map<String, List<PerformanceAnalytic>>

Method to load from the json the data collected

Return

the data fetched from the json as Map of String and List of PerformanceAnalytic

Parameters

jData

The json from fetch the data to use