Functions
Link copied to clipboard
fun <T> TreeLayoutResult.Companion.fromJson(json: String, keyToNode: (String) -> T): TreeLayoutResult<T>
Deserializes a TreeLayoutResult from a JSON string previously produced by toJson.
Deserializes a TreeLayoutResult from a JSON string previously produced by toJson.