Tuesday, November 24, 2020

Introducing JsonSrcGen 1.0

 

 Introducing JsonSrcGen 1.0


JsonSrcGen 1.0.3 has been released. JsonSrcGen 1.0 is a production ready stable release. 

Features

  • Compile time code generation using c# Source Generators
  • Serialization to and from strings
  • Custom serializers
  • Support for all common .net types including Lists, Arrays and Dictionarys
  • High performance in both startup and runtime

Whats Next?

JsonSrcGen 1.0 will only get bug fixes going forward. Work will start on JsonSrcGen 1.1 which will add the ability to serialise to an from utf8 data. In real world applications it is more likely that you will need to work with utf8 than with strings, so JsonSrcGen 1.1 should provide a significant boost for those use cases.

Please checkout the JsonSrcGen project on github: https://github.com/trampster/JsonSrcGen

JsonSrcGen is available as a nuget package:

No comments: