[Haskell-cafe] Ordered JSON objects?
Wojtek Narczyński
wojtek at power.com.pl
Wed Dec 17 08:59:10 UTC 2014
On 17.12.2014 00:12, Richard A. O'Keefe wrote:
> So if you depend on the order of the name/value pairs in
> a JSON object, you doing something surpassing strange and
> risky.
All I wanted to do was to keep the order of key-value pairs in
accordance with the order of fields in their corresponding haskell
records, during serialization. I guess that would be okay.
More information about the Haskell-Cafe
mailing list