7 lines
		
	
	
		
			325 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			325 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
// import data from './oi-metrology-viewer-0-Line-yaml.json' with { type: 'json' };
 | 
						|
// import data from '../.vscode/oi-metrology-viewer-0-Line-yaml.json' with { type: 'json' };
 | 
						|
import data from '../.vscode/.helper/hosts-legend-table.json' with { type: 'json' };
 | 
						|
 | 
						|
data.forEach(element => {
 | 
						|
    console.log(element.Concat);
 | 
						|
}); |