|
|
|
|
|
by josephg
1123 days ago
|
|
True. But the spec also doesn’t provide a way to tell if a stored number should be decoded as a float or an integer - which makes it a right pain to use correctly in most programming languages. I’d love it if json natively supported: - Separate int / float types - A binary blob type - Dates - Maps with non string keys. Even javascript supports all this stuff now at a language level; it’s just JSON that hasn’t caught up. |
|