ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / common / com.fasterxml.jackson.databind.node.ObjectNode / getNestedKey

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.