* Add a command to format json files * change to work after rebase * add test for qmk format-json * add documentation for qmk format-json * Update lib/python/qmk/cli/format/json.py
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			145 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			145 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "keyboard": "handwired/pytest/basic",
 | 
						|
    "keymap": "test",
 | 
						|
    "layers": [["KC_A"]],
 | 
						|
    "layout": "LAYOUT_ortho_1x1",
 | 
						|
    "version": 1
 | 
						|
}
 |