JsonNodeUnexpectedDuplicateSiblingReaction Enumeration

How the system should react when attempting to retrieve a node by name via the ItemString property when multiple identically-named sibling object members exist.

Definition

Namespace: MichaelBrooks.UK.Json
Assembly: JsonDOM (in JsonDOM.dll) Version: 1.0.7
C#
public enum UnexpectedDuplicateSiblingReaction

Remarks

Members

First0 Get the first matching member encountered.
Last1 Get the last matching member encountered.
Throw2 Throw a JsonNodeDuplicateSiblingNameException.

See Also