localcc / gvas

GVAS file format parsing library for rust
MIT License
18 stars 4 forks source link

bug: Serialization fails for Map<Option, _> #94

Closed scottanderson closed 4 months ago

scottanderson commented 4 months ago

JSON objects require string keys, and None cannot be directly serialized to a string.