Class JsonNull
Represents Null value in JSON standards.
Inherited Members
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
[Serializable]
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. |