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.44k stars 75 forks source link

Support `Raw` in `convert` #754

Closed jcrist closed 1 month ago

jcrist commented 1 month ago

Previously Raw inputs weren't supported in convert, now they are.

Fixes #699.