mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 10:13:32 -04:00 
			
		
		
		
	
		
			
	
	
		
			7 lines
		
	
	
		
			102 B
		
	
	
	
		
			Python
		
	
	
	
	
	
		
		
			
		
	
	
			7 lines
		
	
	
		
			102 B
		
	
	
	
		
			Python
		
	
	
	
	
	
|  | from fastapi.encoders import jsonable_encoder | ||
|  | 
 | ||
|  | 
 | ||
|  | def jsonify(data): | ||
|  | 
 | ||
|  |     return jsonable_encoder(data) |