thoth-org / Thoth.Json

Library for working with JSON in a type safe manner, this libs is targeting Fable
https://thoth-org.github.io/Thoth.Json/
MIT License
150 stars 36 forks source link

Add support for ResizeArray #182

Closed Freymaurer closed 5 months ago

Freymaurer commented 11 months ago

ResizeArray is translated the native js array and is therefore the preferred type for libraries targeting native support in multiple languages. It would be nice to have baked-in support for ResizeArray in Thoth.Json 😄