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

Feat recursion #46

Merged
merged 12 commits into from
Apr 30, 2024
Merged

Feat recursion #46

merged 12 commits into from
Apr 30, 2024

Conversation

avl
Copy link
Owner

@avl avl commented Apr 30, 2024

Support for recursive data structures, finally!

Note, this does not mean we support cyclic data structures. General graphs are still not supported. But now at least we support tree-structures, where the same node-type can occur at multiple depths in the tree.

The actually serializer has always supported this. What's been missing is support in the schema.

@avl avl merged commit 5ccb8de into master Apr 30, 2024
1 check passed
@avl avl deleted the feat_recursion branch May 12, 2024 20:56
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.

1 participant