IJSONTraversal Interface

Provides members that implement traversal of a JSON object tree.

Members

Name Description
Method 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

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.