ArrayNode.length as String
Length property on ArrayNode
const obj = new NodeBuilder(); obj.addNode([1,2,3]); const arrNode = obj.toNode(); arrNode.length;
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.