ValueConverter

Functions

Link copied to clipboard
Converts JSON string to a value.
Link copied to clipboard
open fun toJson(@NonNull value: Value): String
Converts value to a JSON string.
open fun toJson(@NonNull value: Value, indent: Int): String
Converts value to a `human-readable` JSON string.