HackerTrans
TopNewTrendsCommentsPastAskShowJobs

hvdijk

no profile record

comments

hvdijk
·4 năm trước·discuss
> I don't think their intentions are entirely altruistic here.

No part of what you wrote before this in any way suggests anything about the intentions.
hvdijk
·4 năm trước·discuss
I assume and hope that they do not, if there is no rule stating that they are invalid. There are valid reasons for JSON to massive keys. A simple one: depending on the programming language and libraries used, an unordered array ["a","b","c"] might be better mapped as a dictionary {"a":1,"b":1,"c":1}. Now all of your keys are semantically values, and any limit imposed on keys only makes sense if the same limit is also imposed on values.
hvdijk
·4 năm trước·discuss
If you mean limited by available memory, then sure but that does not apply just to key size. If you mean something else, could you elaborate?