JsonArray
01 Syntax
Microsoft.VisualBasic.MIME.application.json.Javascript.JsonArray
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| AsObjects | 1 | directcast this json array as a collection of the json object |
| Add | 1 | |
| Insert | 1 | |
| Remove | 1 | |
| ContainsElement | 1 | |
| ToString | 1 | |
| GetEnumerator | 1 | |
| MeasureUnderlyingType | 1 | |
| op_Explicit | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| Length | 1 | the element count in current json array |
| FirstAndLast | 1 | get a tuple of array data which is the first element and last element value in this array seperatelly |
| UnderlyingType | 1 | try to measure of the array base element type |
| Item | 1 | Gets/Set elements by index |
04 Members
AsObjects
directcast this json array as a collection of the json object
Length
the element count in current json array
FirstAndLast
get a tuple of array data which is the first element and last element value in this array seperatelly
UnderlyingType
try to measure of the array base element type
Item(
Int32)Gets/Set elements by index
Parameters
| Name | Type | Description |
|---|---|---|
index | Int32 | - |
Add(JsonElement)
Insert(
Int32, JsonElement)Remove(
Int32)ContainsElement(JsonElement)
ToString()
GetEnumerator()
MeasureUnderlyingType(
IEnumerable(Of JsonElement))op_Explicit(JsonArray)