mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 08:52:44 +00:00 
			
		
		
		
	 6b5c882af3
			
		
	
	
		6b5c882af3
		
	
	
	
	
		
			
			We now have one supported assertion: 'type' if that is 'json' we attempt to parse the module as JSON.
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			104 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			104 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "value": "value",
 | |
|     "array": [1, 2, 3],
 | |
|     "map": {
 | |
|         "innerValue": "innerValue"
 | |
|     }
 | |
| }
 |