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

codegen: add generic json support for jsoniter-scala #4384

Merged
merged 1 commit into from
Feb 28, 2025

Conversation

hughsimpson
Copy link
Contributor

@hughsimpson hughsimpson commented Feb 28, 2025

Very basic 'works in some places' support for 'free-form' json in codegen with circe (which already worked a bit) and jsoniter-scala (which didn't work anywhere at all). Not trying to be exhaustive of all cases just yet... Doesn't handle more specific but still generic forms such as free-form object.

Also updated some documentation, which I'd overlooked in previous prs

Since jsoniter-scala doesn't have an intermediate JSON repr of its own, support for generic json will require the jsoniter-scala-circe dependency

@adamw adamw merged commit fc927b3 into softwaremill:master Feb 28, 2025
27 checks passed
@hughsimpson hughsimpson deleted the generic_json_with_jsoniter branch February 28, 2025 16:57
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