RFC 7493: The I-JSON Message Format
scarecrw @ scarecrw @lemmy.one Posts 0Comments 12Joined 2 yr. ago

scarecrw @ scarecrw @lemmy.one
Posts
0
Comments
12
Joined
2 yr. ago
Locked Removed
[meta] confusion around rules
Why restrict to 54-bit signed integers? Is there some common language I'm not thinking of that has this as its limit?
Edit: Found it myself, it's the range where you can store an integer in a double precision float without error. I suppose that makes sense for maximum compatibility, but feels gross if we're already identifying value types. I don't come from a web-dev/js background, though, so maybe it makes more sense there.