get Nested Element
Get a nested element from a JsonNode.
Return
The nested element from the JsonNode.
Author
Griefed
Parameters
json Node
The JsonNode from which to acquire the nested element.
child Nodes
The nested elements, in order.
Throws
if the requested element is not present in the JsonNode.