Click or drag to resize

JSONData Class

Inheritance Hierarchy
SystemObject
  Nova.UtilitiesJSONNode
    Nova.UtilitiesJSONData

Namespace:  Nova.Utilities
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public class JSONData : JSONNode

The JSONData type exposes the following members.

Constructors
  NameDescription
Public methodJSONData(Boolean)
Initializes a new instance of the JSONData class
Public methodJSONData(Double)
Initializes a new instance of the JSONData class
Public methodJSONData(Int32)
Initializes a new instance of the JSONData class
Public methodJSONData(Single)
Initializes a new instance of the JSONData class
Public methodJSONData(String)
Initializes a new instance of the JSONData class
Top
Properties
Methods
  NameDescription
Public methodAdd(JSONNode) (Inherited from JSONNode.)
Public methodAdd(String, JSONNode) (Inherited from JSONNode.)
Public methodAsArray (Inherited from JSONNode.)
Public methodAsObject (Inherited from JSONNode.)
Public methodEquals (Inherited from JSONNode.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode (Inherited from JSONNode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString (Overrides JSONNodeToString.)
Top
See Also