You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 30, 2025. It is now read-only.
Describe the problem you'd like to solve
Every JSON is a super set of YAML. I have a custom serializer that requires the JsonDecoder to handle a JsonElement during deserialization.
Related #786
Describe the solution you'd like
YamlDecoder should extend JsonDecoder
Describe alternatives you've considered
No response
Additional context
No response