Jambo - JSON Schema to Pydantic Converter
This is the documentation for Jambo, a tool that converts JSON Schema definitions into Pydantic models. Welcome to Jambo’s documentation!
Jambo is a Python package that automatically converts JSON Schema definitions into Pydantic models. It’s designed to streamline schema validation and enforce type safety using Pydantic’s powerful validation features.
Created to simplifying the process of dynamically generating Pydantic models for AI frameworks like LangChain, CrewAI, and others.
Installation
You can install Jambo using pip:
pip install jambo