Class JsonNull
Represents Null value in JSON standards.
Inherited Members
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
[Serializable]
public sealed class JsonNull : JsonValueBase
Constructors
JsonNull()
The default constructor of class JsonNull.
Declaration
public JsonNull()
Methods
Equals(Object)
Checks if the obj is equal to JsonNull object.
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj | Object to be compared. |
Returns
Type | Description |
---|---|
System.Boolean | True, if object is JsonNull. |
Overrides
System.Object.Equals(System.Object)
ToString()
String representation of JsonNull object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | String representation of JsonNull object. |
Overrides
System.Object.ToString()