Consider making JSON unmarshalling into moa value stable w.r.t insertion order
We rely on json.Unmarshal and operate on a Go map for creating the moa Value. That produces unstable results on the order of map items.
The JSON specs doesn't demand a stable ordering, but it's something that we could consider implementing at the risk of promising this and be more implementation dependent.
Edited by Timo Furrer