xyncro / chiron

JSON for F#
https://xyncro.tech/chiron
MIT License
175 stars 41 forks source link

List serialization reverses the JSON array #73

Open neoeinstein opened 8 years ago

neoeinstein commented 8 years ago

While the round-trip serialization of a List<'a> is consistent, the JSON produced by serialization contains the serialized List<'a> in reverse order. This can cause problems if the produced JSON is used by non-Chiron consumers and the order of the elements is important.