jcrist / msgspec

A fast serialization and validation library, with builtin support for JSON, MessagePack, YAML, and TOML
https://jcristharif.com/msgspec/
BSD 3-Clause "New" or "Revised" License
2.45k stars 76 forks source link

List(Msgspec.Struct) #24

Closed 3kwa closed 3 years ago

3kwa commented 3 years ago

I have not managed to have a field that is a List(msgspec.Struct) - is that possible? if not desirable?

3kwa commented 3 years ago

My mistake sorry - was using () instead of []