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

Deprecate json decode functionality in UnicodeStringSet #294

Merged
merged 10 commits into from Jun 9, 2017

Conversation

jmphilli
Copy link
Contributor

@jmphilli jmphilli commented Jun 9, 2017

@jmphilli jmphilli changed the title tests for boolean string unicode set Deserialize UnicodeStringSet properly for numerics and booleans Jun 9, 2017
This deserializes what we get from mongo back into a str
Serialization previously json encoded strings. This caused them to have
extra double quote (") characters. That no longer happens.
This method allows both types of serialized values to be read
:param value:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you could delete this docstring since it provides no value

@jmphilli jmphilli changed the title Deserialize UnicodeStringSet properly for numerics and booleans Deprecate json decode functionality in UnicodeStringSet Jun 9, 2017
Copy link
Member

@garrettheel garrettheel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice

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

3 participants