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

Match protojson behavior for well known types in Any #26

Merged
merged 8 commits into from
Nov 20, 2023
Merged

Conversation

Alfus
Copy link
Contributor

@Alfus Alfus commented Nov 20, 2023

Where there value is always specified via a 'value' field.
Also only ignore "@type" when decoding an any.
This also fixes #20

@Alfus Alfus requested a review from jhump November 20, 2023 18:27
@Alfus Alfus changed the title Match protojson behavior for well known types Match protojson behavior for well known types in Any Nov 20, 2023
@Alfus Alfus merged commit 3adc91f into main Nov 20, 2023
6 checks passed
@Alfus Alfus deleted the alfus/wkts branch November 20, 2023 22:55
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.

Unmarshalling an Any embedded in Any results in infinite recursion/stack overflow
2 participants