JsonValueType Enumeration

The type of JSON data that the DOM node represents.

Definition

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

Remarks

Members

Uninitialised0 You should only ever see this on a new node that your code has instantiated, prior to it setting the type.
Object1 
Array2 
String3 
Number4 
True5 
False6 
Null7 

See Also