isJsonColumn() — supabase Function Reference
Architecture documentation for the isJsonColumn() function in types.ts from the supabase codebase.
Entity Profile
Dependency Diagram
graph TD 16f7beff_a794_a6e7_eb9f_4726fc73b669["isJsonColumn()"] 8b569225_6cd6_9d1c_0356_7e06bb83c474["getColumnType()"] 8b569225_6cd6_9d1c_0356_7e06bb83c474 -->|calls| 16f7beff_a794_a6e7_eb9f_4726fc73b669 style 16f7beff_a794_a6e7_eb9f_4726fc73b669 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/studio/components/grid/utils/types.ts lines 28–30
export function isJsonColumn(type: string) {
return JSON_TYPES.indexOf(type.toLowerCase()) > -1
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does isJsonColumn() do?
isJsonColumn() is a function in the supabase codebase.
What calls isJsonColumn()?
isJsonColumn() is called by 1 function(s): getColumnType.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free