json() — drizzle-orm Function Reference
Architecture documentation for the json() function in json.ts from the drizzle-orm codebase.
Entity Profile
Dependency Diagram
graph TD 36bfa595_9a5a_07f2_7394_8d06173fd2b3["json()"] 8939ff95_60dc_5104_301e_964a9362fe4e["json.ts"] 36bfa595_9a5a_07f2_7394_8d06173fd2b3 -->|defined in| 8939ff95_60dc_5104_301e_964a9362fe4e style 36bfa595_9a5a_07f2_7394_8d06173fd2b3 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
drizzle-orm/src/mysql-core/columns/json.ts lines 45–47
export function json(name?: string) {
return new MySqlJsonBuilder(name ?? '');
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does json() do?
json() is a function in the drizzle-orm codebase, defined in drizzle-orm/src/mysql-core/columns/json.ts.
Where is json() defined?
json() is defined in drizzle-orm/src/mysql-core/columns/json.ts at line 45.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free