scotthovestadt / schema-object

Enforce schema on JavaScript objects, including type, transformation, and validation. Supports extends, sub-schemas, and arrays.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Case-insensitive key names on objects

scotthovestadt opened this issue · comments

Optionally allow key names on objects to be case-insensitive. This will help ingest mildly malformed JSON objects.