JsonConfig icon indicating copy to clipboard operation
JsonConfig copied to clipboard

Case insensitive access

Open heebtob opened this issue 7 years ago • 0 comments

https://github.com/Dynalon/JsonConfig/blob/5127e282a5f982e0d7067cb3e024f9f973c749f4/JsonConfig/ConfigObjects.cs#L32

Would it be possible to access the keys case insensitive, if the initialitazion of the dictionary were like this:

internal Dictionary<string, object> members = new Dictionary<string, object> (StringComparer.InvariantCultureIgnoreCase);

heebtob avatar Aug 24 '17 14:08 heebtob