pub fn to_screenproj(project: &EditProject) -> Result<String, String>Expand description
Serialize a project to its .screenproj JSON (pretty-printed so the file
is human-readable + diff-friendly).
ยงErrors
Returns a message if serialization fails (not expected for valid data).