SimpleList
Trivial implementation of KpaList backed by an ImmutableList.
Intended as a reference implementation for testing or for consumers that do not use a specific JSON library.
Parameters
list
The values to expose.
Properties
Functions
Link copied to clipboard
Returns the element at index. Throws on out-of-range indices.
Link copied to clipboard
Returns the KpaElement at the path identified by pointer, or null if a segment is not a valid index.
Link copied to clipboard
Returns a snapshot of this list as a plain List.