Builder

class Builder

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
inline fun <T> add(path: String, value: T)
fun add(path: String, value: JsonElement)
Link copied to clipboard
fun copy(from: String, path: String)
Link copied to clipboard
fun move(from: String, path: String)
Link copied to clipboard
fun remove(path: String)
Link copied to clipboard
inline fun <T> replace(path: String, value: T)
fun replace(path: String, value: JsonElement)
Link copied to clipboard
inline fun <T> test(path: String, value: T)
fun test(path: String, value: JsonElement)