Text

data class Text(val value: String) : ChildNode

A text child (a JSON string).

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard