• Webinars
  • Docs
  • Download
  • Blogs
  • Contact Us
Try Free
Show / Hide Table of Contents

Class JsonNull

Represents NULL value in JSON standards

Inheritance
System.Object
JsonValueBase
JsonNull
Inherited Members
JsonValueBase.Size
JsonValueBase.InMemorySize
JsonValueBase.DataType
JsonValueBase.Value
JsonValueBase.Parse(String)
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

Back to top Copyright © 2017 Alachisoft