read_project_file

Function read_project_file 

Source
pub(crate) async fn read_project_file(
    file_path: String,
) -> Result<Value, String>
Expand description

Generic project file reader: returns {type: “xml”|“tree”, content: …} XML formats get raw XML string, binary formats get structured JSON tree.