JsonElementFactory
The single KpaElementFactory shared by every kxs adapter.
Wraps typed primitive values via JsonPrimitive constructors and rebuilds KpaStruct / KpaList instances as JsonObjectAdapter / JsonArrayAdapter over freshly-built JsonObject / JsonArray values. Unwraps any incoming KpaElement via toKpaElement.
Properties
Link copied to clipboard
A pre-built KpaPrimitive representing JsonNull.
Functions
Link copied to clipboard
Link copied to clipboard
Builds a new JsonArrayAdapter wrapping a fresh JsonArray constructed from list.
Link copied to clipboard
Builds a new JsonObjectAdapter wrapping a fresh JsonObject constructed from map.