JsonDOM documentation
C#
Show/Hide TOC
Json
Node
Unexpected
Duplicate
Sibling
Reaction Enumeration
How the system should react when attempting to retrieve a node by name via the
Item
String
property when multiple identically-named sibling object members exist.
Definition
Namespace:
MichaelBrooks.UK.Json
Assembly:
JsonDOM (in JsonDOM.dll) Version: 1.0.7
C#
Copy
public
enum
UnexpectedDuplicateSiblingReaction
Remarks
Online page
.
Members
First
0
Get the first matching member encountered.
Last
1
Get the last matching member encountered.
Throw
2
Throw a
JsonNode
DuplicateSiblingNameException
.
See Also
Reference
MichaelBrooks.UK.Json Namespace
In This Article
Definition
Remarks
Members
See Also