github.com/dshekhar95/sub_dgraph@v0.0.0-20230424164411-6be28e40bbf1/dgraph/cmd/bulk/systest/suite03/result.json (about)

     1  {
     2  	"data": {
     3  		"cooks": [
     4  			{ "name": "Gordon Ramsay" },
     5  			{ "name": ["Heisenberg", "Walter White"] }
     6  		],
     7  		"occupation_count": [
     8  			{
     9  				"name": "Gordon Ramsay",
    10  				"count(occupation)": 2
    11  			},
    12  			{
    13  				"name": ["Walter White", "Heisenberg"],
    14  				"count(occupation)": 2
    15  			}
    16  		],
    17  		"eggplant": [
    18  			{
    19  				"name": [
    20  					"eggplant",
    21  					"aubergine",
    22  					"aubergine",
    23  					"brinjal"
    24  				]
    25  			}
    26  		],
    27  		"alex": [
    28  			{ "name": "Alex" }
    29  		]
    30  	}
    31  }