extractChildNodeAsText

fun extractChildNodeAsText(subNode: Map.Entry<String?, JsonNode>, key: String?): List<String>

Extracts child nodes from a map of subnodes

Parameters

subNode

map of subnodes

key

get the JsonNode for the given key