SupermodelIRFromJSON() — typescript-sdk Function Reference
Architecture documentation for the SupermodelIRFromJSON() function in SupermodelIR.ts from the typescript-sdk codebase.
Entity Profile
Dependency Diagram
graph TD c54cd082_4dfa_3bb1_24f2_2f520cf1cdbc["SupermodelIRFromJSON()"] 639c6afa_4244_d1ec_b79f_42f47e42468a["SupermodelIRAsyncFromJSONTyped()"] 639c6afa_4244_d1ec_b79f_42f47e42468a -->|calls| c54cd082_4dfa_3bb1_24f2_2f520cf1cdbc 1a64b257_015e_b7a7_e190_2ec58a528afa["SupermodelIRFromJSONTyped()"] c54cd082_4dfa_3bb1_24f2_2f520cf1cdbc -->|calls| 1a64b257_015e_b7a7_e190_2ec58a528afa style c54cd082_4dfa_3bb1_24f2_2f520cf1cdbc fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
src/models/SupermodelIR.ts lines 130–132
export function SupermodelIRFromJSON(json: any): SupermodelIR {
return SupermodelIRFromJSONTyped(json, false);
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does SupermodelIRFromJSON() do?
SupermodelIRFromJSON() is a function in the typescript-sdk codebase.
What does SupermodelIRFromJSON() call?
SupermodelIRFromJSON() calls 1 function(s): SupermodelIRFromJSONTyped.
What calls SupermodelIRFromJSON()?
SupermodelIRFromJSON() is called by 1 function(s): SupermodelIRAsyncFromJSONTyped.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free