toObject

inline fun <T> String.toObject(json: Json = defaultJson): T
inline fun <T> JsonObject.toObject(json: Json = defaultJson): T