Class JsonArray
Represents the json array.
Inheritance
System.Object
JsonArray
Namespace: SimpleJson
Assembly: FunctionMonkey.Compiler.MSBuild.dll
Syntax
public class JsonArray : List<object>
Constructors
| Improve this Doc View SourceJsonArray()
Initializes a new instance of the Json
Declaration
public JsonArray()
JsonArray(Int32)
Initializes a new instance of the Json
Declaration
public JsonArray(int capacity)
Parameters
Type | Name | Description |
---|---|---|
System. |
capacity | The capacity of the json array. |
Methods
| Improve this Doc View SourceToString()
The json representation of the array.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System. |
The json representation of the array. |