Web-based responsive document annotation tool
activeannoservice / common / com.fasterxml.jackson.databind.node.ObjectNode / getNestedKey
fun ObjectNode.getNestedKey(key:
String
, separator:
String
= "."): JsonNode?
Based on a nested key string like “a.b.c”, get value for key b in a and key c in b. Null if not found.