Click or drag to resize

JSONArray Class

Inheritance Hierarchy
SystemObject
  Nova.UtilitiesJSONNode
    Nova.UtilitiesJSONArray

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

The JSONArray type exposes the following members.

Constructors
  NameDescription
Public methodJSONArray
Initializes a new instance of the JSONArray class
Top
Properties
Methods
  NameDescription
Public methodAdd(JSONNode) (Inherited from JSONNode.)
Public methodAdd(String, JSONNode) (Overrides JSONNodeAdd(String, 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 methodGetEnumerator
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
Extension Methods
  NameDescription
Public Extension MethodToString
Format the specified collection into a single string using the specified separating string to separate each item. Null items are converted to empty strings.
(Defined by StringUtil.)
Top
See Also