pub fn read_model_json_prefix( path: &str, test_name: &str, prefix: &str, test_stage: &str, max_lines: usize, ) -> Result<String, Error>
Reads only the first max_lines from a serialised model JSON file.
max_lines