About 4,660 results
Open links in new tab
  1. JsonArray (Java (TM) EE 7 Specification APIs) - Oracle

    JsonArray represents an immutable JSON array (an ordered sequence of zero or more values). It also provides an unmodifiable list …

  2. JsonArray (JSON Documentation) - Oracle

    getJsonArray JsonArray getJsonArray(int index) Returns the array value at the specified position in this array. This is a convenience …

  3. Casting JSONArray to Int Array in Java - Baeldung

    Jan 20, 2026 · A JSONArray is not a Java array. It is a wrapper type that stores values internally as Object. Even when a JSON array …

  4. JSON Arrays - W3Schools

    Arrays in JSON are almost the same as arrays in JavaScript. In JSON, array values must be of type string, number, object, array, …

  5. JSONArray | API reference | Android Developers

    getJSONArray Added in API level 1 public JSONArray getJSONArray (int index) Returns the value at index if it exists and is a …

  6. java - How to cast JSONArray to int array? - Stack Overflow

    How to cast JSONArray to int array? Asked 12 years, 6 months ago Modified 3 years ago Viewed 52k times

  7. JSONArray - processing.github.io

    JSONArray setString (int index, String value) Put or replace a String value. int size () Get the number of elements in the JSONArray, …

  8. JsonArray (Gson 2.11.0 API) - javadoc.io

    JsonArray public JsonArray (int capacity) Creates an empty JsonArray with the desired initial capacity. Parameters: capacity - initial …

  9. JSONArray (JSON in Java 20230227 API) - javadoc.io

    Feb 27, 2023 · A JSONArray is an ordered sequence of values. Its external text form is a string wrapped in square brackets with …

  10. JSONArray (Overview (json-lib jdk 5 API)) - SourceForge

    getDimensions public static int[] getDimensions (JSONArray jsonArray) Returns the number of dimensions suited for a java array.