It might be cool to provide a way to make schemas from JSON.
Alternatives for doing this are
- Creating a type provider that accepts a JSON-like syntax
- Creating a type provider that accepts exactly JSON (this sounds un-achievable from raw, simple examples)
- Creating a type provider that accepts JSON schema
It might be cool to provide a way to make schemas from JSON.
Alternatives for doing this are