mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-30 01:34:39 -04:00 
			
		
		
		
	
		
			
	
	
		
			6 lines
		
	
	
		
			101 B
		
	
	
	
		
			Python
		
	
	
	
	
	
		
		
			
		
	
	
			6 lines
		
	
	
		
			101 B
		
	
	
	
		
			Python
		
	
	
	
	
	
|  | from fastapi.encoders import jsonable_encoder | ||
|  | 
 | ||
|  | 
 | ||
|  | def jsonify(data): | ||
|  |     return jsonable_encoder(data) |