Class JsonNull
Represents NULL value in JSON standards
Inherited Members
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
[Serializable]
public sealed class JsonNull : JsonValueBase
Constructors
Name | Description |
---|---|
Json |
Default constructor |
Methods
Name | Description |
---|---|
Equals(Object) | Checks if the obj is equal to JSONNull object |
To |
String representation of JSON Null object |