Searched refs:jsonObject (Results 1 – 1 of 1) sorted by relevance
69 val jsonObject = jsonArray.getJSONObject(i) in parseConfigFile() constant70 val jsonAssertions = jsonObject.getJSONObject(ASSERTIONS_KEY) in parseConfigFile()71 val transitionType = Transition.valueOf(jsonObject.getString(TRANSITION_KEY)) in parseConfigFile()