RicoSuter / NJsonSchema

JSON Schema reader, generator and validator for .NET
http://NJsonSchema.org
MIT License
1.38k stars 532 forks source link

Add ability to customize which JsonProperties get ignored #1635

Open DanielStout5 opened 11 months ago

DanielStout5 commented 11 months ago

I have a model where when serialized to JSON some properties should be ignored, but they should still be included in the JSON schema - I didn't see a way to do that in the library as-is. I put this version on NuGet here: https://www.nuget.org/packages/NJsonSchema.NewtonsoftJson-Ignore/11.0.0