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

make serialization locale-independent #232

Merged
merged 5 commits into from
Apr 7, 2016
Merged

make serialization locale-independent #232

merged 5 commits into from
Apr 7, 2016

Conversation

nlohmann
Copy link
Owner

@nlohmann nlohmann commented Apr 7, 2016

Code to make the serialization of JSON numbers locale-independent in the sense that the decimal separator will always be . independent of how the locale defines it. The code should suffer some performance penalty as stringstreams are used.

@nlohmann nlohmann added this to the Release 2.0.0 milestone Apr 7, 2016
@coveralls
Copy link

Coverage Status

Coverage increased (+0.0009%) to 99.784% when pulling a744c62 on issue228 into 9c233be on master.

@nlohmann nlohmann merged commit 170b70f into master Apr 7, 2016
@nlohmann nlohmann deleted the issue228 branch April 7, 2016 15:17
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

2 participants