5 lines
		
	
	
		
			94 B
		
	
	
	
		
			ChaiScript
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			94 B
		
	
	
	
		
			ChaiScript
		
	
	
	
	
	
assert_equal(from_json("\n" + 
 | 
						|
"{\n" +
 | 
						|
"    \"Key\" : \"Value\"\n" +
 | 
						|
"}\n"), ["Key":"Value"])
 |