mirror of
				https://github.com/nlohmann/json.git
				synced 2025-10-30 22:05:43 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			139 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			139 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| #include <nlohmann/json.hpp>
 | |
| #include <iostream>
 | |
| 
 | |
| using json = nlohmann::json;
 | |
| 
 | |
| int main()
 | |
| {
 | |
|     std::cout << json::meta() << std::endl;
 | |
| }
 |