CdmNode.toString

string toString() const @trusted

Returns a debug string representation of this node.

Scalar values use the format CdmNode(value). Containers use CdmNode[TYPE:N] where N is the child count.

Returns

A human-readable debug string.