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 |
---|---|
JsonNull() | Default constructor |
Methods
Name | Description |
---|---|
Equals(Object) | Checks if the obj is equal to JSONNull object |
ToString() | String representation of JSON Null object |