I'm not sure if this is what you are looking for, but I struggled to understand the JSON format. The JSON response should be as follows:
[ { "id": "<id value>", "label": "<label value>", "value": "<value value>" }, { "id": "<id value>", "label": "<label value>", "value": "<value value>" }, ...]
Best,
Jeff