github.com/minio/minio@v0.0.0-20240328213742-3f72439b8a27/internal/s3select/json/testdata/4.json (about)

     1  {
     2  	"id": "0001",
     3  	"type": "donut",
     4  	"name": "Cake",
     5  	"ppu": 0.55,
     6  	"batters":
     7  		{
     8  			"batter":
     9  				[
    10  					{ "id": "1001", "type": "Regular" },
    11  					{ "id": "1002", "type": "Chocolate" },
    12  					{ "id": "1003", "type": "Blueberry" },
    13  					{ "id": "1004", "type": "Devil's Food" }
    14  				]
    15  		},
    16  	"topping":
    17  		[
    18  			{ "id": "5001", "type": "None" },
    19  			{ "id": "5002", "type": "Glazed" },
    20  			{ "id": "5005", "type": "Sugar" },
    21  			{ "id": "5007", "type": "Powdered Sugar" },
    22  			{ "id": "5006", "type": "Chocolate with Sprinkles" },
    23  			{ "id": "5003", "type": "Chocolate" },
    24  			{ "id": "5004", "type": "Maple" }
    25  		]
    26  }