Provides members that implement traversal of a JSON object tree.
Members
Name | Description | |
---|---|---|
![]() |
DepthFirst | Does depth-first traversal of all JSON objects in the tree, starting with the root. |
IJSONTraversal.DepthFirst Method
Does depth-first traversal of all JSON objects in the tree, starting with the root.
Public Function DepthFirst ( _
) As IEnumJSONObject
public IEnumJSONObject DepthFirst (
);
Classes that implement IJSONTraversal
Classes | Description |
---|