SimplePrimitive

class SimplePrimitive(val value: Any?) : KpaPrimitive(source)

Trivial implementation of KpaPrimitive wrapping a plain value.

Intended as a reference implementation for testing or for consumers that do not use a specific JSON library.

Parameters

value

The wrapped value (can be any type, including null).

Constructors

Link copied to clipboard
constructor(value: Any?)

Properties

Link copied to clipboard
val value: Any?