getIntList

fun getIntList(path: String): List<Int>

Gets a List of Int from the given path

Return

The value of the given path as List of Int

Parameters

path

The path to get the value of