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

BSON can handle NaN,Inf , null workaround is not needed #391

Merged
merged 3 commits into from
Mar 29, 2019

Conversation

akirayou
Copy link
Contributor

In case of bson_only_mode, you don't have to use "null workaround" for JSON.
It's useful on C# (JSON.NET). If you want use float with null in C# , you have to use "float?" type.
It's slow and you have to cast to "float" type, every time .

It's JSON's restriction, there is no restriction on BSON,

@jihoonl jihoonl merged commit f2a3b2b into RobotWebTools:develop Mar 29, 2019
@jihoonl
Copy link
Member

jihoonl commented Mar 29, 2019

👍 thanks

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