You have a JSON Schema. You want an LLM to generate data that conforms to it. But LLM providers only support a subset of JSON Schema — and each provider supports a different subset.
Translate JSON Schema Grammar into Python objects. This tool generates Python 3 objects that represent the JSON objects defined in a JSG schema. It uses the Python Typing library to add type hints to ...