Package-level declarations

Types

Link copied to clipboard

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun Json.parse(s: String, context: Json = Context.DEFAULT): Any?
Link copied to clipboard
fun Json.parseDyn(s: String, context: Json = Context.DEFAULT): Dyn
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun Json.stringify(obj: Dyn, pretty: Boolean = false): String