NJsonSchema

JSON Schema reader, generator and validator for .NET

MIT License

Stars
1.3K
NJsonSchema - NJsonSchema v11.0.1 Latest Release

Published by RicoSuter 4 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/RicoSuter/NJsonSchema/compare/v11.0.0...v11.0.1

NJsonSchema - NJsonSchema v11.0.0

Published by RicoSuter 10 months ago

  • Use Namotion.Reflextion v3 (some fixes and breaking changes)
  • Move Newtonsoft.Json-based generator to own package NJsonSchema.NewtonsoftJson
NJsonSchema - NJsonSchema v11.0.0-preview008

Published by RicoSuter 11 months ago

NJsonSchema - NJsonSchema v11.0.0-preview007

Published by RicoSuter 11 months ago

NJsonSchema - NJsonSchema v11.0.0-preview006

Published by RicoSuter 12 months ago

NJsonSchema - NJsonSchema v11.0.0-preview005

Published by RicoSuter 12 months ago

NJsonSchema - NJsonSchema v11.0.0-preview004

Published by RicoSuter about 1 year ago

NJsonSchema - NJsonSchema v11.0.0-preview003

Published by RicoSuter about 1 year ago

NJsonSchema - NJsonSchema v11.0.0-preview002

Published by RicoSuter about 1 year ago

NJsonSchema - NJsonSchema v11.0.0-preview001

Published by RicoSuter about 1 year ago

NJsonSchema - NJsonSchema v10.9.0

Published by RicoSuter over 1 year ago

Bug fixes and new features

  • Update to latest version of Namotion.Reflection (minor bug fixes)
  • Handle single quote in properties names #1574
  • Fix race condition in GetName #1571
  • Added abstract schema checking to CSharpValueGenerator.GetDefaultValue #1570
  • Recursive sample generation #1561
NJsonSchema - NJsonSchema v10.8.0

Published by RicoSuter about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/RicoSuter/NJsonSchema/compare/v10.7.2...v10.8.0

NJsonSchema - NJsonSchema v10.7.2

Published by RicoSuter over 2 years ago

NJsonSchema - NJsonSchema v10.7.1

Published by RicoSuter over 2 years ago

  • Introduced/enhanced validation settings (case insensitive property comparison & custom format validators in settings).
NJsonSchema - NJsonSchema v10.7.0

Published by RicoSuter over 2 years ago

  • Various improvements (see merged PRs)
NJsonSchema - NJsonSchema v10.6.10

Published by RicoSuter over 2 years ago

NJsonSchema - NJsonSchema v10.6.9

Published by RicoSuter over 2 years ago

NJsonSchema - NJsonSchema v10.6.8

Published by RicoSuter over 2 years ago

  • Fixed C# inheritance code generation for System.Text.Json
  • Other fixes
NJsonSchema - NJsonSchema v10.6.7

Published by RicoSuter over 2 years ago

NJsonSchema - NJsonSchema v10.6.6

Published by RicoSuter almost 3 years ago

  • Fix bug in Namotion.Reflection