Laxystem
public data class Linked<out T>( override val value: T, override val identifier: String )
{ "@id": "<identifier>", // insert additional properties from the class }
PrimitiveKind
{ "@id": "<identifier>" "@value": <value> }
ObjectKind
"<identifier>"
A modern programming language that makes developers happier.