JsonArrayAdapter
class JsonArrayAdapter(val backing: JsonArray) : AbstractKpaList<JsonElement> , JsonElementAdapter, RebuildableKpaList(source)
Adapter exposing a JsonArray as a RebuildableKpaList.
Extends AbstractKpaList which handles index access, size, and list enumeration. Navigation is performed through the adapter machinery; backing is exposed for callers that need the raw JsonArray.
Parameters
backing
The underlying JsonArray.
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Returns the JsonElement backing this adapter, or throws if this is not a JsonElementAdapter.
Link copied to clipboard