in src/main/scala/htmlToJsonTranslator/Main.scala [69:71]
def nodeHasChildren(node: Node): Boolean = { node.childNodes().size() > 0 }