How to create a type from json or jsonschema?
Thanks for this great library first!
If a type can be serialized to an arktype schema by .toJSON (or a json schema by .toJsonSchema), how can I re-create that type with the json data?
Another question, how can I check if an arktype schema extends another arktype schema?
Thanks!
If a type can be serialized to an arktype schema by .toJSON (or a json schema by .toJsonSchema), how can I re-create that type with the json data?
Another question, how can I check if an arktype schema extends another arktype schema?
Thanks!