Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
JsonElement.GetArrayLength Method
Definition
- Namespace:
- System.Text.Json
- Assembly:
- System.Text.Json.dll
- Package:
- System.Text.Json v11.0.0-preview.5.26302.115
- Source:
- JsonElement.cs
- Source:
- JsonElement.cs
- Source:
- JsonElement.cs
- Source:
- JsonElement.cs
- Source:
- JsonElement.cs
- Source:
- JsonElement.cs
- Source:
- JsonElement.cs
Important
Some information relates to prerelease product that may be substantially modified before itβs released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the number of values contained within the current array value.
public:
int GetArrayLength();
public int GetArrayLength();
member this.GetArrayLength : unit -> int
Public Function GetArrayLength () As Integer
Returns
The number of values contained within the current array value.
Exceptions
The parent JsonDocument has been disposed.
Remarks
For more information, see How to write custom serializers and deserializers with System.Text.Json.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Feedback
Was this page helpful?
