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

Add additional object types to Web API JSON serializer #340

Closed
wants to merge 1 commit into from
Closed

Add additional object types to Web API JSON serializer #340

wants to merge 1 commit into from

Conversation

jstlaurent
Copy link

Summary

Allow iterable type request parameters to be serialized as JSON, in addition to lists and dicts. Add tests to cover new cases. Tuples, sets and generators will now also be serialized. This fixes issue #337 .

If that's too wide a net to cast, I can narrow that down. Just let me know. :-)

Requirements (place an x in each [ ])

…ed as JSON, in addition to lists and dicts. Add tests to cover new cases.
@Roach Roach added the Web API label Sep 27, 2018
@Roach Roach changed the title Fix issue #337 Add additional object types to Web API JSON serializer Sep 27, 2018
@Roach Roach requested a review from RodneyU215 October 16, 2018 22:07
@RodneyU215 RodneyU215 removed the Web API label Jun 4, 2019
@seratch
Copy link
Member

seratch commented Apr 9, 2020

This project no longer supports version 1.x as we've described here. Allow me to close this now.

@seratch seratch closed this Apr 9, 2020
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.

None yet

4 participants