pub fn parse_instructions_json_file( path: &Path, ) -> Result<InstructionsDoc, SpecError>
Parses AARCHMRS JSON file from path.
Returns SpecError for IO/JSON failures.
SpecError