tlivings / enjoi

Converts a JSON schema to a Joi schema.
Apache License 2.0
283 stars 57 forks source link

Other way around: Joi to JSON #95

Open lapwat opened 4 years ago

lapwat commented 4 years ago

Hi,

Is there a way to transform a Joi object into a JSON-schema? I would like to be able to save a Joi instance into a Database and retrieve it afterwards.

If it is not possible, can you point me towards a library that does it?

Cheers, lapwat