JsonByExampleGenerator
JSON class generator
A C# source generator that creates classes from example JSON files.
Generate classes based on example json files in your project. Uses a C# 9 source generator.
78 stars
5 watching
9 forks
Language: C#
last commit: about 2 years ago
Linked from 1 awesome list
csharp-sourcegeneratorjson
Related projects:
Repository | Description | Stars |
---|---|---|
| A C# library that uses source generators to generate JSON serialization code | 146 |
| Generates JSON converters for polymorphic data types with discriminator properties | 5 |
| Generates C# code from SCS .yml files | 4 |
| A tool that generates source code from JSON data descriptions | 2 |
| Generates partial classes with JSON-derived type attributes based on polymorphic base classes | 7 |
| A C# mocking library that generates mocks at compile-time using a source generator | 11 |
| A C# source generator to create strongly-typed resource classes for localized strings | 31 |
| Generates TypeScript classes from JSON schemas. | 22 |
| Provides utility classes and abstractions to simplify source generation tasks in .NET source generators | 21 |
| A tool to automatically generate Haskell data types and instances from JSON schema | 81 |
| Generates source code strings for attribute definitions in C#. | 7 |
| Generates JSON serializers and contexts for C# objects | 2 |
| Allows executing code during compilation to improve runtime performance | 20 |
| A tool to generate JSON schemas from Java classes | 405 |
| Automatically generates strongly typed settings classes from JSON configuration files using source generators. | 30 |