in reply to Re^2: Preserve the order in JSON
in thread Preserve the order in JSON
AFAIR is this disputed, because different RFC tell differently.
JS Objects are unsorted tho and JSON stands for "JS Object Notation".
The curlies in JS { ... } create literal objects (kind of hashes plus inheritance chain).
Different definitions will lead to much confusion...
Cheers Rolf
(addicted to the 𐍀𐌴𐍂𐌻 Programming Language :)
Wikisyntax for the Monastery
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Preserve the order in JSON
by afoken (Chancellor) on Sep 11, 2023 at 14:59 UTC |