parseJsonArray

fun parseJsonArray(jsonArrayString: String): List<String>

given a json string that is a JSON object with nested children they are all json themselves so this will parse them out as their own string and output the result we use this to cache the json from collection result