FastJsonConverter

class FastJsonConverter(val isPretty: Boolean) : Converter(source)

Fast json converter

Since

0.5.2

Constructors

Link copied to clipboard
private constructor(isPretty: Boolean)

Types

Link copied to clipboard

Properties

Link copied to clipboard
open override val isPretty: Boolean

Functions

Link copied to clipboard
open override fun parseString(jsonString: String): String

Parse string as json object.

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