hackerham
open fun toJson() : JsonObject = JsonObject(mapOf( "children" to children.map { it.toJson() } ))