Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enum case objects serialize to string #931

Open
liewhite opened this issue Apr 13, 2023 · 0 comments
Open

Enum case objects serialize to string #931

liewhite opened this issue Apr 13, 2023 · 0 comments

Comments

@liewhite
Copy link

Serialize case object to {} is weird. Like serde_json in rust, enum case object just serialize to string.

For example:

enum E{
case A
case B
} derives JsonEncoder

E.A.toJson // "A" instead of {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant