Json

data class Json(val data: Any) : RecordData<Any>

Note that the data type here must be something which can be marshalled by the JSON marshaller, so a map or a list or a primitive.

Constructors

Link copied to clipboard
constructor(data: Any)

Properties

Link copied to clipboard
open override val data: Any
Link copied to clipboard
open override val type: RecordFormat