Recursively visit each property of an object and any nested objects it has, for arrays visits all elements. Does not visit functions if they exist.
Object for which on each property the property visitor is called
Visitor function called for each property
Optional
Recursively visit each property of an object and any nested objects it has, for arrays visits all elements. Does not visit functions if they exist.