Skip to content

[feat] untagged enums #74

Open
RedCommander735 wants to merge 1 commit into
automerge:mainfrom
RedCommander735:main
Open

[feat] untagged enums #74
RedCommander735 wants to merge 1 commit into
automerge:mainfrom
RedCommander735:main

Conversation

@RedCommander735

Copy link
Copy Markdown

This implements untagged enums similar to untagged enums in serde_json, to create a way of parsing documents with different datatypes contained in one array, without having to write a custom hydrator and reconciler for that every time.

If you have any questions, suggestions, changes, or ideas for doing this better, it take a while for me to respond.

…ning multiple data types

This implements untagged enums similar to untagged enums in serde_json, to create a way of parsing documents with different datatypes contained in one array, without having to write a custom hydrator and reconciler for that every time
@alexjg

alexjg commented Jun 5, 2026

Copy link
Copy Markdown
Collaborator

This looks good, could you add some tests?

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

Successfully merging this pull request may close these issues.

2 participants