base JSON value objects on unordered maps #88
Labels
propose closing
Proposed for closing
spec:editorial
Minor change in the specification (markup, typo, informative text; class 1 or 2)
The value space still contains orderd maps (with insignicant order). It would be much better to start out with a map datatype that is unordered instead of going through all the contortions to try to eliminate all vestiges of the order.
https://en.wikipedia.org/wiki/Associative_array appears to be a reasonable reference for an unordered finite map.
The text was updated successfully, but these errors were encountered: