JsonDOM documentation
C#
Show/Hide TOC
Json
Value
Type 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#
Copy
public
enum
JsonValueType
Remarks
Online page
.
Members
Uninitialised
0
You should only ever see this on a new node that your code has instantiated, prior to it setting the type.
Object
1
Array
2
String
3
Number
4
True
5
False
6
Null
7
See Also
Reference
MichaelBrooks.UK.Json Namespace
In This Article
Definition
Remarks
Members
See Also