Web-based responsive document annotation tool
activeannoservice / common / com.fasterxml.jackson.databind.node.ObjectNode
Name | Summary |
---|---|
getNestedKey | 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.fun ObjectNode.getNestedKey(key: String , separator: String = "."): JsonNode? |