About 3,910 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 view of the values in the array. A JsonArray object can be created by …

  2. 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 commas separating the values. The internal form is an object …

  3. JSONArray | API reference | Android Developers

    JSONArray Added in API level 1 public JSONArray (String json) Creates a new JSONArray with values from the JSON string.

  4. How to create correct JSONArray in Java using JSONObject

    18 I suppose you're getting this JSON from a server or a file, and you want to create a JSONArray object out of it.

  5. Introduction to JSON-Java | Baeldung

    Jun 20, 2025 · A JSONArray is an ordered collection of values, resembling Java’s native Vector implementation: Values can be anything from a Number, String, Boolean, JSONArray, or …

  6. Mastering Java JSONArray: A Comprehensive Guide

    Jan 16, 2026 · A JSONArray in Java is a crucial component when dealing with JSON data that comes in the form of an array. It provides a convenient way to manipulate and access elements within a JSON

  7. Java JSONArray Example - ConcretePage.com

    May 22, 2022 · The org.json API handles the JSON operation in Java application. A JSONArray is an ordered sequence of values.

  8. How to Write/create a JSON array using Java? - Online Tutorials …

    Create a JSON array by instantiating the JSONArray class and add, elements to the created array using the add () method of the JSONArray class.

  9. JSONArray - GitHub Pages

    A JSONArray is an ordered sequence of values. Its external text form is a string wrapped in square brackets with commas separating the values. The internal form is an object having get and opt …

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

    A JSONArray is an ordered sequence of values. Its external text form is a string wrapped in square brackets with commas separating the values. The internal form is an object having get and opt …