Json Array Builder
Builder class for creating JSON arrays in a structured and type-safe manner.
Provides methods to add various types of elements, such as primitive values, nulls, other JSON arrays, and JSON objects, to a JSON array being constructed.