nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.MIME.application.json / JsonArray

JsonArray

Full name Microsoft.VisualBasic.MIME.application.json.Javascript.JsonArray Assembly Microsoft.VisualBasic.MIME.application.json Members 13

01 Syntax

Microsoft.VisualBasic.MIME.application.json.Javascript.JsonArray

02 Methods

NameOverloadsSummary
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

NameOverloadsSummary
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

method AsObjects #
AsObjects

directcast this json array as a collection of the json object

property Length #
Length

the element count in current json array

property FirstAndLast #
FirstAndLast

get a tuple of array data which is the first element and last element value in this array seperatelly

property UnderlyingType #
UnderlyingType

try to measure of the array base element type

property Item #
Item(Int32)

Gets/Set elements by index

Parameters
NameTypeDescription
indexInt32

-

method Add #
method Insert #
Insert(Int32, JsonElement)
method Remove #
Remove(Int32)
method ContainsElement #
ContainsElement(JsonElement)
method ToString #
ToString()
method GetEnumerator #
GetEnumerator()
method MeasureUnderlyingType #
MeasureUnderlyingType(IEnumerable(Of JsonElement))
method op_Explicit #
op_Explicit(JsonArray)