xyncro / chiron

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

Consider supporting List<> from System.Collections.Generic #27

Closed haf closed 9 years ago

haf commented 9 years ago

It's useful if you have data that's ordered and needs to be indexable.

Of course, it's easy to construct the list yourself, so if you don't feel this is in line with the library, just close the issue.

kolektiv commented 9 years ago

I think this one can be dealt with neatly enough in consuming code with the operators available and a List<> constructor. I'll close this one for now unless you really, really want it :)