Package-level declarations

Types

Link copied to clipboard
data class Presentation(val title: Any, val alwaysShow: Boolean? = null, val fn: (value: Any) -> String)
Link copied to clipboard
Link copied to clipboard
object Units

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun JsonObject.getValueAtPath(keyPath: String): JsonElement?

Recursively retrieves a nested value from a JsonObject using a dot-notated key path.