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 JsonArray class.
Declaration
public JsonArray()
JsonArray(Int32)
Initializes a new instance of the JsonArray class.
Declaration
public JsonArray(int capacity)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | 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.String | The json representation of the array. |