Module cg_json

Module cg_json 

Source
Expand description

JSON format export for Call Graphs.

Provides functionality to convert a CallGraph into JSON format, suitable for programmatic consumption and tooling integration.

Structs§

JsonExportConfig
Configuration options for JSON export.
JsonGraph
Represents the complete graph structure in JSON format
JsonMetadata
Metadata about the graph

Traits§

CgToJson