-
-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
JSON is not binary #68
Comments
A Redditor pointed out to me that http://rubydoc.org/gems/mime-types/MIME/Type#binary%3F-instance_method Does the mime-types library offer another method to access this information? |
You can get that directly from |
Before I make this sort of change, I really have to look at how people are using mime-types. #71 indicates that people were using the list of extensions to find a preferred extension, and I don’t think I had ever considered that. |
After further consideration, |
JSON should not be
binary?
. It is written and stored as plain text, usually ASCII or UTF-8.BSON is binary.
The text was updated successfully, but these errors were encountered: