Class JsonNull
Represents Null value in JSON standards.
Inherited Members
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
[Serializable]
[Obsolete("This API is deprecated and will be removed in a future release. This feature is being retired and will not be continued in future versions.", false)]
public sealed class JsonNull : JsonValueBase
Constructors
| Name | Description |
|---|---|
| JsonNull() | The default constructor of class JsonNull. |
Methods
| Name | Description |
|---|---|
| Equals(Object) | Checks if the obj is equal to JsonNull object. |
| ToString() | String representation of JsonNull object. |