pandastrike/jsck

benchmark against Joi

Closed this issue · 7 comments

related to #27

may depend on #30

actually this is not a huge priority because Joi seems to deal with an idiosyncractic Hapijs schema format, rather than the JSON Schema standard

you can produce JSON versions of Joi schemae: https://github.com/hapijs/joi#compileschema

might re-open later

going to work on this next week

Probably should use this as closest equivalent:

https://github.com/tlivings/enjoi

yeah, I did, for the benchmarks, but it's not a particularly detailed schema. (lots more to say about this.)

enjoi is way too simplistic, and Joi's format is so far away from JSON Schema that this would be a silly thing to do.