mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-29 08:41:22 +00:00 
			
		
		
		
	 72114edf06
			
		
	
	72114edf06
	
	
	
		
			
			* json: ordered json in server/schema converter to respect orig order * json: ws nits * json: support non-string const / enums
		
			
				
	
	
		
			5 lines
		
	
	
		
			108 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			108 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| #pragma once
 | |
| #include "json.hpp"
 | |
| 
 | |
| std::string json_schema_to_grammar(const nlohmann::ordered_json& schema);
 |