package global type ProjectFile struct { ProjectName string `json:"project_name"` Target string `json:"target"` Modules []IncludeModule `json:"include_modules"` } type IncludeModule struct { CFile string `json:"c_file"` CHeader string `json:"c_header"` }