With my side project, I'm thinking of making a JSON Patch like library for C#. I don't want it to use any serialization or reflection, I'm researching Source Generators to see if that'll be better.

Is there a use case for this? Would anyone potentially use it?

#buildinpublic #dotnet #coding

Comments