toIntMap

public static Map<Integer, Integer> toIntMap(JsonNode jsonNode)(source)

Converts a JsonNode to a Map of Integers and Integers by parsing the keys and values of the json node.

Return

the converted map.

Parameters

jsonNode

the json node to convert.