Converter

interface Converter(source)

Converter

Since

0.5.2

Inheritors

Properties

Link copied to clipboard
abstract val isPretty: Boolean

Functions

Link copied to clipboard
abstract fun parseString(jsonString: String): Any

Parse string as json object.

Link copied to clipboard
abstract fun toJson(data: Any): String