Unordered set in JSON?
In this article EB is saying that this '{"oranges": 2, "apples": 6, "pears": 5}' is an unordered set in JSON, while this s-expression '((ORANGES 2) (APPLES 6) (PEARS 5)) is a nested list, but apparently not an unordered set. He…