-
Notifications
You must be signed in to change notification settings - Fork 31
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
Add combinators to control the nesting in Codecs #89
Comments
gusty
changed the title
Add a combinator that allows inserting json directly, without nesting
Add combinators to allows inserting json directly, without nesting and t
Jul 20, 2020
gusty
changed the title
Add combinators to allows inserting json directly, without nesting and t
Add combinators to control the nesting in Codecs
Jul 20, 2020
The other combinator we should consider adding is being used already in our tests:
Here's a sample usage:
There are simpler use cases in out tests |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See for instance the function proposed here
https://stackoverflow.com/questions/62287765/how-to-serialize-deserialize-this-aws-api-with-f/62291052#62291052
The text was updated successfully, but these errors were encountered: