API Reference¶
Auto-generated API reference rendered from source docstrings by mkdocstrings.
| Page | Covers |
|---|---|
| pointer_from_model | pointer_from_model() — build pointers from Pydantic model attribute chains with alias resolution |
| pydantic_jsonpointer.types | JsonPointer — the typed RFC 6901 string, escape helpers, Pydantic schema integration |
| pydantic_jsonpointer.traversal | Ptr, resolve, and the four convenience helpers (get_value, set_value, add_value, remove_value) |
| pydantic_jsonpointer.adapters | ContainerAdapter protocol, register/adapter_for, and the built-in dict/list adapters |
| pydantic_jsonpointer.pydantic_adapter | BaseModelAdapter and the three shipped FieldResolver policies |
| pydantic_jsonpointer.errors | The six-class exception hierarchy |