trampster / JsonSrcGen

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

Rename JsonSrcGenConvert to JsonConverter #33

Closed trampster closed 3 years ago

trampster commented 3 years ago

No need to use the full JosnSrcGen in the name as this is covered by the namespace,

And Convert is a verb so doesn't really make sense.

trampster commented 3 years ago

done