This feels slightly ugly ```JsonObject(hashMapOf(...
# announcements
j
This feels slightly ugly
Copy code
JsonObject(hashMapOf(*something.entries.map { Pair(it.key as String, it.value) }.toTypedArray()))