Json

interface Json

Platform-independent utility for JSON serialization.

Inheritors

Types

Link copied to clipboard
object Companion : Json

Functions

Link copied to clipboard
abstract fun toJsonString(obj: Any?): String

Serializes an object to a JSON string.