Join Slack
Communities
Powered by
any way to parse enums in the JSON builder? ``` va...
# klaxon
a
Andrew Gazelka
07/04/2019, 8:07 PM
any way to parse enums in the JSON builder?
Copy code
val json = json { obj( "a" to AnEnum.A, "b" to AnEnum.B ) }
5
Views
Open in Slack
Previous
Next