The NBParsers JSON type exposes the following members.
Back to Top
Fields
Name | 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.
|
![]() ![]() | 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.
|
See Also