From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Philipp Stephani
> We can't simply serialize/desterialize alists in= key order
> because the order is reversed in Emacs. (In Emacs alists,
> if there are duplicates, the first one wins,
> in JSON the last one wins.)
=C2=A0 ^^^^^^^^^^^^^^^^^^^^^^^^^
If you're talking about JSON objects then no, no particular
meaning or behavior is defined for duplicate fields (keys)
in a JSON object.
A given application that handles JSON object is free to
act as you say.=C2=A0 And it is free to act otherwise.