voxpupuli / json-schema

Ruby JSON Schema Validator
MIT License
1.54k stars 243 forks source link

3.x rely on string keys during validation #244

Closed RST-J closed 9 years ago

RST-J commented 9 years ago

This changes the validator to internally always rely on string keys in the given data. It also adds the option to transform keys and values in passed in data into strings.

RST-J commented 9 years ago

Moo, wrong target