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 fromJsonToMap(json: String): Map<String, Any?>

Parses a JSON string to a map.

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

Serializes an object to a JSON string.