trampster / JsonSrcGen

Json library that uses .NET 5 Source Generators
MIT License
148 stars 4 forks source link

Fails to deserialise empty object #40

Closed trampster closed 3 years ago

trampster commented 3 years ago

Trying to deserialize the following "{}" causes a InvalidJsonException, the code expects a " (start of property)

trampster commented 3 years ago

fixed