SimpleStruct
Trivial implementation of KpaStruct backed by an ImmutableMap.
Intended as a reference implementation for testing or for consumers that do not use a specific JSON library.
Parameters
map
The key-to-value mapping to expose.
Properties
Functions
Link copied to clipboard
Returns the value associated with key, or null if absent.
Link copied to clipboard
Returns the KpaElement at the path identified by pointer, or null if a key along the path is absent. Returns the receiver if pointer is the root pointer.