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

Iterable serialization should handle types other then strings #5

Open
feighter09 opened this issue Oct 1, 2014 · 1 comment
Open

Comments

@feighter09
Copy link
Contributor

In serializing iterables values are treated as strings and blow up if they aren't strings

@swistakm swistakm changed the title Iterable serialization only handles strings Iterable serialization should handle types other then strings Nov 26, 2014
@swistakm
Copy link
Owner

It seems that we've found an reason to handle such values.

One case is passing list of (latitude, longitude) tuples into directions endpoint if someone does not want to use places names.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants