JSONElement Type
An element contained within the JSON document.
Remarks
This type describes a JSON element.
The elements are inserted into the array in the same order they are found in the document.
Fields
Name String |
The Name field provides the local name of the element. For elements within an array, the Name field will be empty. |
XText String |
This field contains the inner text of the element. |
Constructors
public JSONElement();