JamesNK / Newtonsoft.Json.Schema

Json.NET Schema is a powerful, complete and easy to use JSON Schema framework for .NET
http://www.newtonsoft.com/jsonschema
Other
247 stars 107 forks source link

[Refactor] Add support for comparing property names case-insensitively during validation #329

Closed JamesNK closed 11 months ago

JamesNK commented 11 months ago

Update to https://github.com/JamesNK/Newtonsoft.Json.Schema/pull/326

Changes dictionary lookup to always use Dictionary<TKey, TValue> enumerator to avoid boxing and changes tests to use base test class instead of parameters.

aliBordbar1992 commented 9 months ago

is there a specified release date for this?