BuildDOM Property
When True, an internal object model of the JSON document is created.
Syntax
[VB.NET] Public Property BuildDOM As Boolean
[C#] public bool BuildDOM {get; set;}
Remarks
Set this property to True when you need to browse the current document through XPath.
Default Value
True