isValidMap

fun isValidMap(cborData: Map<*, *>): Boolean

Checks the content of the given Map.

Return

true if a Counter can be constructed successfully with the given Map; false otherwise.