23 lines
		
	
	
		
			225 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			225 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| [
 | |
|   "baz",
 | |
|   "qux",
 | |
|   "quxx",
 | |
|   null,
 | |
|   true,
 | |
|   {
 | |
|     "foo": "bar",
 | |
|     "corge": null,
 | |
|     "grault": 1,
 | |
|     "garply": true,
 | |
|     "waldo": "false",
 | |
|     "fred": "undefined"
 | |
|   },
 | |
|   [
 | |
|     "hello",
 | |
|     "world"
 | |
|   ],
 | |
|   42,
 | |
|   [
 | |
|   ]
 | |
| ]
 |