VmodalJson

object VmodalJson

Strict, bounded JSON facade shared by SDK models and low-level integrations.

Functions

Link copied to clipboard
fun parse(text: String): Any?

Decodes one complete value or throws MalformedResponse.

Link copied to clipboard
fun stringify(value: Any?): String

Encodes supported values or throws ValidationFailed.