any way to parse enums in the JSON builder? ``` va...
# klaxon
a
any way to parse enums in the JSON builder?
Copy code
val json = json {
        obj(
            "a" to AnEnum.A,
            "b" to AnEnum.B
        )
    }