KiteJSONValidator
KiteJSONValidator copied to clipboard
Place where is issue
Hi,
Can I get where is failure in Dictionary?
Hi, this is a planned feature: https://github.com/samskiter/KiteJSONValidator/issues/2
If you'd like to contribute to adding this, it would be very welcome.
Til then I'd recommend stepping into the validator in the debugger. My first check would be if the schema itself or your json is invalid. These high level calls are done here: https://github.com/samskiter/KiteJSONValidator/blob/develop/Sources/KiteJSONValidator.m#L357