This struct represents constants for the JSON parser.

C# | Visual Basic | Visual C++ | F# |
public sealed class JSON
Public NotInheritable Class JSON
public ref class JSON sealed
[<SealedAttribute>] type JSON = class end

All Members | Methods | Fields | |||
Icon | Member | Description |
---|---|---|
![]() ![]() | Array |
This is the specific type for a JSON array element.
|
![]() ![]() | ArrayItemName |
This is the name of an array item element that is a child of an array element.
|
![]() ![]() | ArrayTypeName |
This is the specific type name for a JSON array element.
|
![]() ![]() | DataElementName |
This is the name of the data element that must be a child of the root element.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | Object |
This is the specific type for a JSON object element.
|
![]() ![]() | ObjectTypeName |
This is the specific type name for a JSON object element.
|
![]() ![]() | PaddingElementName |
This is the name of the optional padding element that can be a child of the root. element.
|
![]() ![]() | ParserName |
The name of the parser.
|
![]() | ToString()()()() | (Inherited from Object.) |

Object | |
![]() | NBParsers..::..JSON |